forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
3aa42ea
commit 1731f2a
Showing
3 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters