Skip to content
Snippets Groups Projects
Commit 2c532cb7 authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Disable kube_proxy_masquerade_all

Fixes #1012
parent 779f20d6
Branches
Tags
No related merge requests found
......@@ -6,8 +6,9 @@ kube_resolv_conf: "/etc/resolv.conf"
kube_proxy_mode: iptables
# If using the pure iptables proxy, SNAT everything
kube_proxy_masquerade_all: true
# If using the pure iptables proxy, SNAT everything. Note that it breaks any
# policy engine.
kube_proxy_masquerade_all: false
# Limits for kube components and nginx load balancer app
kubelet_memory_limit: 512M
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment