mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Merge pull request #47878 from mwielgus/ca-0.6.0-beta1
Automatic merge from submit-queue Bump Cluster Autoscaler to 0.6.0-beta1 This is a part of the release process of CA 0.6 with K8S 1.7. This version fixes bugs spotted in CA 0.6.0-alpha2.
This commit is contained in:
commit
2e365baec8
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"name": "cluster-autoscaler",
|
||||
"image": "gcr.io/google_containers/cluster-autoscaler:v0.6.0-alpha2",
|
||||
"image": "gcr.io/google_containers/cluster-autoscaler:v0.6.0-beta1",
|
||||
"command": [
|
||||
"./run.sh",
|
||||
"--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",
|
||||
|
|
|
|||
Loading…
Reference in a new issue