Merge pull request #50368 from shyamjvs/reduce-hollow-kubelet-requests

Automatic merge from submit-queue (batch tested with PRs 50300, 50328, 50368, 50370, 50372)

Reduce hollow-kubelet cpu request

Fixes https://github.com/kubernetes/kubernetes/issues/50366
This should make kubemark-500 fit in 6 nodes again. Checked that it should be enough.

cc @kubernetes/sig-scalability-misc
This commit is contained in:
Kubernetes Submit Queue 2017-08-09 22:58:25 -07:00 committed by GitHub
commit c60722d6fb

View File

@ -60,7 +60,7 @@ spec:
mountPath: /var/log mountPath: /var/log
resources: resources:
requests: requests:
cpu: 50m cpu: 40m
memory: 100M memory: 100M
securityContext: securityContext:
privileged: true privileged: true