-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
autodetect advertises address with IPv6 #1195
Conversation
/hold it's unclear kubernetes/kubernetes#86480 is a compatible change... we should probably wait for a decision there before merging this |
yeah, thanks for the clarification, I've also added the WIP to this PR, |
/retest |
2/2 failure of the same 2 tests, will investigate later [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance] expand_less /retest |
It's failing because the kube-scheduler and the kube-controller-manager are being restarted constantly because they have the wrong http probes configured kubernetes/kubernetes#86493 |
🤔
|
/hold cancel |
Is this going to break with older versions of kubernetes then...? |
it will break only with Also, I'm not sure about this, but it may be possible to patch the preconfigured templates with a config file, no? |
/hold |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aojea The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
That's not good enough, we shouldn't break any released k8s. This needs to be version gated. |
569ee72
to
4f5a341
Compare
use `::` as argument to autodetect the IPv6 adderss bind apiserver to ipv6 address kubelet autodetect node ip
@aojea: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
this is no autodetecting the node-ip using
we can confirm it
|
it was fixed in docker recently by this moby/libnetwork@e3bacd6 |
/hold |
I don't think we can really rely on docker that new for our users?
…On Sun, Feb 16, 2020 at 6:38 AM Antonio Ojea ***@***.***> wrote:
/hold
it seems we should wait for a new release of docker with the patch
mentioned before included
If I understood docker releases correctly, it should be v19.03.6
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#1195?email_source=notifications&email_token=AAHADK3RIW2WI6OJYOCOC4TRDFFVBA5CNFSM4J56DY72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL4IZPY#issuecomment-586714303>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHADK7G4LVTMKZKIFQ6V5TRDFFVBANCNFSM4J56DY7Q>
.
|
you are absolutely right ... I was so focused in this PR and chasing this odd behavior that forget these things 😅 |
@aojea: Closed this PR. In response to this:
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/test-infra repository. |
fixed in #1521 |
apiserver and kubelet advertise ipv6 endpoints when binding to ipv6 since 1.17
This removes the need to hardcode the kubelet and kube-apiserver IPs when using IPv6
Fixes : #1154
Unblocks kubernetes/kubernetes#86480