Skip to content

Commit 00721ca

Browse files
authored
Merge pull request #4582 from cprivite/Use_Current_cluster-autoscaler_image_In_Example
use gcr hosted cluster-autoscaler image
2 parents 24d9b2e + a220224 commit 00721ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/cloudprovider/packet/examples/cluster-autoscaler-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ spec:
147147
serviceAccountName: cluster-autoscaler
148148
containers:
149149
- name: cluster-autoscaler
150-
image: mist/packet-autoscaler
150+
image: k8s.gcr.io/autoscaling/cluster-autoscaler:latest
151151
imagePullPolicy: Always
152152
env:
153153
- name: BOOTSTRAP_TOKEN_ID

0 commit comments

Comments
 (0)