-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove localhost calls from external names #7092
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7092 +/- ##
==========================================
+ Coverage 55.82% 56.03% +0.20%
==========================================
Files 94 94
Lines 6588 6589 +1
==========================================
+ Hits 3678 3692 +14
+ Misses 2449 2436 -13
Partials 461 461
Continue to review full report at Codecov.
|
0ec8a80
to
846992a
Compare
846992a
to
fa392b8
Compare
/ok-to-test |
/lgtm |
/hold |
7f2b400
to
d405d0a
Compare
a2c98b4
to
d18515c
Compare
/lgtm |
/hold cancel |
/hold Wait for the cI |
Signed-off-by: Ricardo Pchevuzinske Katz <[email protected]>
d18515c
to
0dceedf
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ElvinEfendi, moonming, rikatz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
Signed-off-by: Ricardo Pchevuzinske Katz [email protected]
What this PR does / why we need it:
Removes the possibility of using localhost in ExternalNames as endpoints
Types of changes