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:
176
176
app : cluster-autoscaler
177
177
spec :
178
178
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
180
180
name : cluster-autoscaler
181
181
command :
182
182
- /cluster-autoscaler
@@ -200,12 +200,6 @@ spec:
200
200
- --max-nodes-total=6
201
201
# Set the log verbosity
202
202
- --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
209
203
volumeMounts :
210
204
- name : kubeconfig-management-cluster
211
205
mountPath : /management-cluster
You can’t perform that action at this time.
0 commit comments