mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-04 22:33:13 -04:00
Reduce CPU scheduler request to 75m
This commit is contained in:
parent
6ac3d5b530
commit
46b0dc64f5
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
"image": "{{pillar['kube_docker_registry']}}/kube-scheduler:{{pillar['kube-scheduler_docker_tag']}}",
|
||||
"resources": {
|
||||
"requests": {
|
||||
"cpu": "100m"
|
||||
"cpu": "75m"
|
||||
}
|
||||
},
|
||||
"command": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue