forked from vmware-tanzu/tanzu-framework
-
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.
Prevent host net pods from getting kube-vip addr (vmware-tanzu#2103)
On IPv6 only clusters or dual stack clusters with IPv6 as the primary IP family, configure `--node-ip` for kubelet on the control plane nodes to the first detected IP address prior to launching kube-vip. Otherwise, prior to cloud-provider-vsphere taking over, kubelet will use the kube-vip address as the node IP and host network pods that start up early will get this address set as their pod IP. See: vmware-tanzu#2098 Co-authored-by: Christian Ang <angc@vmware.com>
- Loading branch information
1 parent
7f36ef2
commit 5b68cc9
Showing
2 changed files
with
80 additions
and
15 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