From 0945c2cfb8d9fb11dec50674a885b2760c94ff79 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 dd3941582e..39cfe2dffc 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 daf4738f60..356c3201a2 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 320561290d..6566a2ba49 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 8a9598e5dd..34e301a11f 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:''