Skip to content

Commit 4b1c70a

Browse files
committed
Remove invalid flag (only present in main)
1 parent a06b025 commit 4b1c70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/charts/cluster-autoscaler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export class ClusterAutoscaler extends cdk.Construct {
3333
'skip-nodes-with-local-storage': false,
3434
'scale-down-utilization-threshold': 0.3,
3535
'skip-nodes-with-system-pods': false,
36-
'cordon-node-before-terminating': true,
3736
'expander': 'least-waste',
37+
// 'cordon-node-before-terminating': true,
3838
}
3939
},
4040
});

0 commit comments

Comments
 (0)