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 46
46
app : cluster-autoscaler
47
47
spec :
48
48
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
50
50
name : cluster-autoscaler
51
51
command :
52
52
- /cluster-autoscaler
71
71
# Using 6 for additional some buffer and to allow different starting min node group sizes.
72
72
- --max-nodes-total=6
73
73
- --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
80
74
volumeMounts :
81
75
- name : kubeconfig-management-cluster
82
76
mountPath : /management-cluster
You can’t perform that action at this time.
0 commit comments