-
Notifications
You must be signed in to change notification settings - Fork 36
设置默认地址族
Huanyu He edited this page Jul 13, 2022
·
2 revisions
默认情况下,hybridnet 会以 IPv4 的地址拉起 Pod,如果需要变更这个行为,需要修改 hybridnet 的默认地址族设置
# 默认地址族可以为 IPv4 或者 IPv6 或者 DualStack
helm upgrade hybridnet hybridnet/hybridnet -n kube-system --set defaultIPFamily=IPv6 --reuse-values