mirror of https://github.com/kubernetes/kops.git
Sync image version
This commit is contained in:
parent
366f38b1f9
commit
ddef7f13c5
|
@ -4,7 +4,7 @@ Note that you likely want to change `AWS_REGION` and `GROUP_NAME`, and probably
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CLOUD_PROVIDER=aws
|
CLOUD_PROVIDER=aws
|
||||||
IMAGE=gcr.io/google_containers/cluster-autoscaler:v0.5.4
|
IMAGE=gcr.io/google_containers/cluster-autoscaler:v0.6.0
|
||||||
MIN_NODES=1
|
MIN_NODES=1
|
||||||
MAX_NODES=5
|
MAX_NODES=5
|
||||||
AWS_REGION=us-east-1
|
AWS_REGION=us-east-1
|
||||||
|
|
Loading…
Reference in New Issue