mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
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:
commit
c60722d6fb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user