Commit c60722d6 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 9466dbb4 4a57d68d
...@@ -60,7 +60,7 @@ spec: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment