-
Notifications
You must be signed in to change notification settings - Fork 682
feat!: Set default host address value to localhost.
#1061
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
feat!: Set default host address value to localhost.
#1061
Conversation
|
Welcome @marqc! |
|
Hi @marqc. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
3a08ffb to
b8e8259
Compare
|
/ok-to-test |
b8e8259 to
adbc22e
Compare
|
e2e test failures are most likely unrelated. They doesn't look like the result of this change. |
|
/assign @wangzhen127 |
|
/retest @marqc can you fix the invalid commit message issue? |
adbc22e to
3b96b5f
Compare
localhost.localhost.
Usage of `localhost` is family agnostic and will work regardless if cluster is IPv4 or IPv6. The current value of `127.0.0.1` only works for IPv4 clusters. BREAKING CHANGE: It may break in rare cases where `localhost` does not resolve as `127.0.0.1` (if OS config does not follow RFC5735 and RFC6761).
3b96b5f to
a765aae
Compare
|
/retest |
SergeyKanzhelev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marqc, SergeyKanzhelev 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 |
Usage of
localhostis family agnostic and will work regardless if cluster is IPv4 or IPv6. The current value of127.0.0.1only works for IPv4 clusters.BREAKING CHANGE: It may break in rare cases where
localhostdoes not resolve as127.0.0.1(if OS config does not follow RFC5735 and RFC6761).Fixes #1060.