From 5c83a340bcad94f79e1172d924a33579e959daa8 Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Mon, 27 Aug 2018 16:29:59 -0700 Subject: [PATCH] Bump ip-masq-agent to v2.1.1 - Update debian-iptables image for CVEs. - Change chain name to IP-MASQ to be compatible with the pre-injected masquerade rules. --- cluster/addons/ip-masq-agent/ip-masq-agent.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml index 31520a4110d..b6ede4f2fdc 100644 --- a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml +++ b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml @@ -29,7 +29,9 @@ spec: hostNetwork: true containers: - name: ip-masq-agent - image: k8s.gcr.io/ip-masq-agent-amd64:v2.0.2 + image: k8s.gcr.io/ip-masq-agent-amd64:v2.1.1 + args: + - --masq-chain=IP-MASQ resources: requests: cpu: 10m