Skip to content

Commit 687c85c

Browse files
Remove IPv6DualStack feature gate (#224)
This is locked to `true` by default.
1 parent 68af09f commit 687c85c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kubeadm/kube-proxy/kube-proxy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ data:
4242
yq w -i /host/var/lib/kube-proxy/config.conf winkernel.sourceVip $sourceVip
4343
yq w -i /host/var/lib/kube-proxy/config.conf winkernel.networkName $networkName
4444
yq w -i /host/var/lib/kube-proxy/config.conf featureGates.WinOverlay true
45-
yq w -i /host/var/lib/kube-proxy/config.conf featureGates.IPv6DualStack false
4645
yq w -i /host/var/lib/kube-proxy/config.conf mode "kernelspace"
4746
4847
# Start the kube-proxy as a wins process on the host.

0 commit comments

Comments
 (0)