Skip to content

Commit 5adfb24

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#54141 from mwielgus/ca-1.0.1-b1
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Bump cluster autoscaler to 1.0.1-beta1 Contains fixes around scale from 0 and node autoprovisioning.
2 parents 2d914ee + b546740 commit 5adfb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/saltbase/salt/cluster-autoscaler/cluster-autoscaler.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"containers": [
2626
{
2727
"name": "cluster-autoscaler",
28-
"image": "gcr.io/google_containers/cluster-autoscaler:v1.0.0",
28+
"image": "gcr.io/google_containers/cluster-autoscaler:v1.0.1-beta1",
2929
"livenessProbe": {
3030
"httpGet": {
3131
"path": "/health-check",

0 commit comments

Comments
 (0)