mirror of https://github.com/k3s-io/k3s
Merge pull request #45362 from mwielgus/ca-0.5.3
Automatic merge from submit-queue Bump cluster autoscaler to 0.5.3 Fixes some minor issues around PodAffinity. cc: @MaciekPytel @wojtek-tpull/6/head
commit
c083871b68
|
@ -25,7 +25,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"name": "cluster-autoscaler",
|
||||
"image": "gcr.io/google_containers/cluster-autoscaler:v0.5.2",
|
||||
"image": "gcr.io/google_containers/cluster-autoscaler:v0.5.3",
|
||||
"command": [
|
||||
"./run.sh",
|
||||
"--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",
|
||||
|
|
Loading…
Reference in New Issue