Skip to content

Commit fbe00b4

Browse files
authored
Remove feature gates in hostprocess image (#225)
1 parent 687c85c commit fbe00b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hostprocess/flannel/kube-proxy/start.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Write-Host "sourceip: $vip"
6161

6262
$arguements = "--v=6",
6363
"--hostname-override=$env:NODE_NAME",
64-
"--feature-gates=WinOverlay=true,IPv6DualStack=false",
6564
"--proxy-mode=kernelspace",
6665
"--source-vip=$vip",
6766
"--kubeconfig=$env:CONTAINER_SANDBOX_MOUNT_POINT/var/lib/kube-proxy/kubeconfig.conf"

0 commit comments

Comments
 (0)