k3s-io / k3s

Lightweight Kubernetes
https://k3s.io
Apache License 2.0
27.18k stars 2.29k forks source link

Remove the requirement "--kubelet-arg="node-ip=" in dualStack #8011

Open manuelbuil opened 1 year ago

manuelbuil commented 1 year ago

Is your feature request related to a problem? Please describe.

As explained here: https://docs.k3s.io/installation/network-options#dual-stack-ipv4--ipv6-networking, when not using the default interface and being in dualStack mode, we require to pass the node-ip flag to kubelet. This is a problem in Kubelet which is being solved by this: https://github.com/kubernetes/enhancements/issues/3705.

Once it is fixed, we should:

Describe the solution you'd like

Being able to deploy k3s:

and not having to add the kubelet-arg=node-ip option

Describe alternatives you've considered

Additional context

manuelbuil commented 1 year ago

Still not fixed in upstream. We should track it here

manuelbuil commented 9 months ago

I think this is fixed

rbrtbnfgl commented 9 months ago

Yes