Skip to content

Commit 3d61ec4

Browse files
authored
Increase max node provision time in cluster autoscaler (#2093)
1 parent 1f8e865 commit 3d61ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/manifests/cluster-autoscaler.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ spec:
184184
- --expander=priority
185185
- --max-total-unready-percentage=5
186186
- --ok-total-unready-count=30
187-
- --max-node-provision-time=5m
187+
- --max-node-provision-time=8m
188188
- --scan-interval=20s
189189
- --node-group-auto-discovery=asg:tag=k8s.io/cluster-autoscaler/enabled,k8s.io/cluster-autoscaler/{{ config['cluster_name'] }}
190190
volumeMounts:

0 commit comments

Comments
 (0)