Merge pull request #1013 from mattymo/remove_masqerade_all
Disable kube_proxy_masquerade_all
This commit is contained in:
commit
68f441fbdb
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ kube_resolv_conf: "/etc/resolv.conf"
|
||||||
|
|
||||||
kube_proxy_mode: iptables
|
kube_proxy_mode: iptables
|
||||||
|
|
||||||
# If using the pure iptables proxy, SNAT everything
|
# If using the pure iptables proxy, SNAT everything. Note that it breaks any
|
||||||
kube_proxy_masquerade_all: true
|
# policy engine.
|
||||||
|
kube_proxy_masquerade_all: false
|
||||||
|
|
||||||
# Limits for kube components and nginx load balancer app
|
# Limits for kube components and nginx load balancer app
|
||||||
kubelet_memory_limit: 512M
|
kubelet_memory_limit: 512M
|
||||||
|
|
Loading…
Reference in a new issue