Merge pull request #47908 from mwielgus/10m-ca-request

Automatic merge from submit-queue

Reduce Cluster Autoscaler cpu request to 10m

We are super tight on 1 cpu master node. With the recent changes we cannot fit to the master if request is bigger than 10m. 

cc: @gmarek @MaciekPytel @aleksandra-malinowska
This commit is contained in:
Kubernetes Submit Queue 2017-06-22 09:32:12 -07:00 committed by GitHub
commit d30929c82e

View File

@ -51,7 +51,7 @@
# TODO: Make resource requirements depend on the size of the cluster
"resources": {
"requests": {
"cpu": "20m",
"cpu": "10m",
"memory": "300Mi"
}
},