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 4646 app : cluster-autoscaler
4747 spec :
4848 containers :
49- - image : registry.k8s. io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
49+ - image : gcr. io/k8s-staging- autoscaling/cluster-autoscaler:v20250814-cluster-autoscaler-chart-9.50.1-4-ga9cb59fdd
5050 name : cluster-autoscaler
5151 command :
5252 - /cluster-autoscaler
7171 # Using 6 for additional some buffer and to allow different starting min node group sizes.
7272 - --max-nodes-total=6
7373 - --v=4
74- env :
75- # Per default autoscaler uses the preferred apiVersion to retrieve MachineDeployments.
76- # If that apiVersion is v1beta2 the current autoscaler implementation is not able
77- # to resolve infrastructureRefs as the ref format changed. This would break scale from zero.
78- - name : CAPI_VERSION
79- value : v1beta1
8074 volumeMounts :
8175 - name : kubeconfig-management-cluster
8276 mountPath : /management-cluster
You can’t perform that action at this time.
0 commit comments