Merge pull request #12314 from a-robinson/mem

Bump the heapster pod's memory limit from 200MiB to 300MiB.
pull/6/head
Alex Robinson 2015-08-05 17:01:42 -07:00
commit 9a3fb3cb1f
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ spec:
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
memory: 200Mi memory: 300Mi
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''

View File

@ -25,7 +25,7 @@ spec:
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
memory: 200Mi memory: 300Mi
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''

View File

@ -25,7 +25,7 @@ spec:
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
memory: 200Mi memory: 300Mi
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''

View File

@ -25,7 +25,7 @@ spec:
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
memory: 200Mi memory: 300Mi
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''