1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-14 23:56:06 +00:00

disabling ipv6 for 1.21 + windows

This commit is contained in:
Luther Monson 2021-08-09 10:42:08 -07:00
parent 03941aa9ec
commit aa23826ee1
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -9161,7 +9161,7 @@
}, },
"kubeproxy": { "kubeproxy": {
"enable-dsr": "false", "enable-dsr": "false",
"feature-gates": "WinOverlay=true", "feature-gates": "IPv6DualStack=false",
"healthz-bind-address": "127.0.0.1", "healthz-bind-address": "127.0.0.1",
"proxy-mode": "kernelspace", "proxy-mode": "kernelspace",
"v": "2" "v": "2"