Commit 8b0cd5b9 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #47910 from mwielgus/75-sched

Automatic merge from submit-queue (batch tested with PRs 47906, 47910) Reduce scheduler CPU request to 75m On a 1 cpu master we are over budget with CPU requests. Components like npd or cluster autoscaler don't have *any* space to run. We need to reduce some requests. cc: @gmarek @mikedanese @roberthbailey @davidopp @dchen1107
parents 045a6dca 46b0dc64
......@@ -45,7 +45,7 @@
"image": "{{pillar['kube_docker_registry']}}/kube-scheduler:{{pillar['kube-scheduler_docker_tag']}}",
"resources": {
"requests": {
"cpu": "100m"
"cpu": "75m"
}
},
"command": [
......
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