mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
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:
commit
d30929c82e
@ -51,7 +51,7 @@
|
|||||||
# TODO: Make resource requirements depend on the size of the cluster
|
# TODO: Make resource requirements depend on the size of the cluster
|
||||||
"resources": {
|
"resources": {
|
||||||
"requests": {
|
"requests": {
|
||||||
"cpu": "20m",
|
"cpu": "10m",
|
||||||
"memory": "300Mi"
|
"memory": "300Mi"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user