Skip to content

Commit

Permalink
Merge pull request kubernetes#3855 from jichenjc/bump_version
Browse files Browse the repository at this point in the history
bump clusterapi sample suggested version from 1.18.1 to 1.20.0
  • Loading branch information
k8s-ci-robot authored Jan 31, 2021
2 parents b470c62 + 411eff4 commit 18f1429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/clusterapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ these environment variables to set the namespace to deploy into as well as the i

```
export AUTOSCALER_NS=kube-system
export AUTOSCALER_IMAGE=us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler:v1.18.1
export AUTOSCALER_IMAGE=us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler:v1.20.0
envsubst < examples/deployment.yaml | kubectl apply -f-
```

0 comments on commit 18f1429

Please sign in to comment.