You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contrib: Set IPv6 for Kubenetes nodeIP on dual-stack dev VM
The development setup using the provided Vagrantfile will give a
dual-stack Kubernetes cluster in the dev VM, but a hostNetwork pod
deployed on it cannot show an IPv6 address.
This is because the kubelet is deployed using the incomplete `--node-ip`
parameter: to enable dual-stack mode, we must pass both IPv6 address and
IPv4 address via `--node-ip` to kubelet.
This commit completes the `--node-ip` parameter and fixes the issue.
Fixes: cilium#23503
Signed-off-by: Zhichuan Liang <[email protected]>
0 commit comments