From a8aa9491c9a77f81d230928d3a8eebe71fc0d6dc Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Wed, 5 Aug 2015 16:16:20 -0700 Subject: [PATCH] Bump the heapster pod's memory limit from 200MiB to 300MiB. --- .../addons/cluster-monitoring/google/heapster-controller.yaml | 2 +- .../googleinfluxdb/heapster-controller-combined.yaml | 2 +- .../addons/cluster-monitoring/influxdb/heapster-controller.yaml | 2 +- .../cluster-monitoring/standalone/heapster-controller.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/addons/cluster-monitoring/google/heapster-controller.yaml b/cluster/addons/cluster-monitoring/google/heapster-controller.yaml index b49933dad4a..a74ae7e887b 100644 --- a/cluster/addons/cluster-monitoring/google/heapster-controller.yaml +++ b/cluster/addons/cluster-monitoring/google/heapster-controller.yaml @@ -25,7 +25,7 @@ spec: resources: limits: cpu: 100m - memory: 200Mi + memory: 300Mi command: - /heapster - --source=kubernetes:'' diff --git a/cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml b/cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml index 902ba3f53ca..f732469de01 100644 --- a/cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml +++ b/cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml @@ -25,7 +25,7 @@ spec: resources: limits: cpu: 100m - memory: 200Mi + memory: 300Mi command: - /heapster - --source=kubernetes:'' diff --git a/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml b/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml index 8e314dd3914..27ab4e98de6 100644 --- a/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml +++ b/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml @@ -25,7 +25,7 @@ spec: resources: limits: cpu: 100m - memory: 200Mi + memory: 300Mi command: - /heapster - --source=kubernetes:'' diff --git a/cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml b/cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml index 9d4c28cdb8c..faa37a741af 100644 --- a/cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml +++ b/cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml @@ -25,7 +25,7 @@ spec: resources: limits: cpu: 100m - memory: 200Mi + memory: 300Mi command: - /heapster - --source=kubernetes:''