mirror of https://github.com/k3s-io/k3s
Merge pull request #43745 from mwielgus/ca-0.5.1
Automatic merge from submit-queue Bump cluster autoscaler to 0.5.1 Fixes: #43709 **Release note**: ```release-note With Cluster Autoscaler 0.5 the cluster will be autoscaled even if there are some unready or broken nodes. Moreover the status of CA is exposed in kube-system/cluster-autoscaler-status config map. ```pull/6/head
commit
075dc2768a
|
@ -25,7 +25,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"name": "cluster-autoscaler",
|
||||
"image": "gcr.io/google_containers/cluster-autoscaler:v0.5.0",
|
||||
"image": "gcr.io/google_containers/cluster-autoscaler:v0.5.1",
|
||||
"command": [
|
||||
"./run.sh",
|
||||
"--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",
|
||||
|
|
Loading…
Reference in New Issue