File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ spec:
176176 app : cluster-autoscaler
177177 spec :
178178 containers :
179- - image : registry.k8s. io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
179+ - image : gcr. io/k8s-staging- autoscaling/cluster-autoscaler:v20250814-cluster-autoscaler-chart-9.50.1-4-ga9cb59fdd
180180 name : cluster-autoscaler
181181 command :
182182 - /cluster-autoscaler
@@ -200,12 +200,6 @@ spec:
200200 - --max-nodes-total=6
201201 # Set the log verbosity
202202 - --v=4
203- env :
204- # Per default autoscaler uses the preferred apiVersion to retrieve MachineDeployments.
205- # If that apiVersion is v1beta2 the current autoscaler implementation is not able
206- # to resolve infrastructureRefs as the ref format changed. This would break scale from zero.
207- - name : CAPI_VERSION
208- value : v1beta1
209203 volumeMounts :
210204 - name : kubeconfig-management-cluster
211205 mountPath : /management-cluster
You can’t perform that action at this time.
0 commit comments