mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +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
|
||||
"resources": {
|
||||
"requests": {
|
||||
"cpu": "20m",
|
||||
"cpu": "10m",
|
||||
"memory": "300Mi"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user