From 3a134269dc0ce1bf526da7599aebd67c8bbd5c9e Mon Sep 17 00:00:00 2001 From: Daniel Nardo Date: Wed, 31 May 2017 17:46:34 -0700 Subject: [PATCH] Add some initial resource limits to the ip-masq-agent. --- cluster/addons/ip-masq-agent/ip-masq-agent.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml index 5fafe89be70..4b80ee05eb0 100644 --- a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml +++ b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml @@ -21,6 +21,13 @@ spec: containers: - name: ip-masq-agent image: gcr.io/google-containers/ip-masq-agent-amd64:v2.0.1 + resources: + limits: + cpu: 100m + memory: 8Mi + requests: + cpu: 10m + memory: 8Mi securityContext: privileged: true volumeMounts: