Merge pull request #2265 from woosley/master

set memory limitation for cadvisor
This commit is contained in:
David Ashpole 2019-07-03 07:47:30 -07:00 committed by GitHub
commit bc14de84cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ spec:
memory: 200Mi memory: 200Mi
cpu: 150m cpu: 150m
limits: limits:
memory: 2000Mi
cpu: 300m cpu: 300m
volumeMounts: volumeMounts:
- name: rootfs - name: rootfs