-
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
Add new k8s IPv6 configuration improvements to KIND #1154
Comments
that'll be nice :-) |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
we can still add this, we just need to guard on the k8s version, right? |
yeah, see #1195 for reference |
:/ |
/close Fixed by #1154 |
@aojea: Closing this issue. 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. |
What would you like to be added:
Currently we have to overcome kubernetes IPv6 configuraiton limitations in kind, i.e, hardcoding node ip
Allow "kubelet --node-ip ::" to mean prefer IPv6 kubernetes/kubernetes#85850
fix apiserver to advertise IPv6 endpoints if bound to IPv6 kubernetes/kubernetes#84727
Why is this needed:
This will simplify the Kind glue and test better upstream IPv6 support on k8s
We can get rid of the NodeAddress dependency
kind/pkg/cluster/internal/kubeadm/config.go
Line 43 in 4c7854c
kind/pkg/cluster/internal/kubeadm/config.go
Line 408 in 4c7854c
kind/pkg/cluster/internal/kubeadm/config.go
Line 401 in 4c7854c
The text was updated successfully, but these errors were encountered: