From a2202248894684addef52e07fe727b14cd8cde7d Mon Sep 17 00:00:00 2001 From: Chris Privitere Date: Thu, 6 Jan 2022 20:59:59 +0000 Subject: [PATCH] use gcr hosted cluster-autoscaler image Signed-off-by: Chris Privitere --- .../packet/examples/cluster-autoscaler-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/cloudprovider/packet/examples/cluster-autoscaler-deployment.yaml b/cluster-autoscaler/cloudprovider/packet/examples/cluster-autoscaler-deployment.yaml index cdf35f2a40..b006d6c95d 100644 --- a/cluster-autoscaler/cloudprovider/packet/examples/cluster-autoscaler-deployment.yaml +++ b/cluster-autoscaler/cloudprovider/packet/examples/cluster-autoscaler-deployment.yaml @@ -147,7 +147,7 @@ spec: serviceAccountName: cluster-autoscaler containers: - name: cluster-autoscaler - image: mist/packet-autoscaler + image: k8s.gcr.io/autoscaling/cluster-autoscaler:latest imagePullPolicy: Always env: - name: BOOTSTRAP_TOKEN_ID