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-t
pull/6/head
Kubernetes Submit Queue 2017-05-04 12:38:58 -07:00 committed by GitHub
commit c083871b68
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"containers": [ "containers": [
{ {
"name": "cluster-autoscaler", "name": "cluster-autoscaler",
"image": "gcr.io/google_containers/cluster-autoscaler:v0.5.2", "image": "gcr.io/google_containers/cluster-autoscaler:v0.5.3",
"command": [ "command": [
"./run.sh", "./run.sh",
"--kubernetes=http://127.0.0.1:8080?inClusterConfig=f", "--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",