We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06b025 commit 4b1c70aCopy full SHA for 4b1c70a
lib/charts/cluster-autoscaler.ts
@@ -33,8 +33,8 @@ export class ClusterAutoscaler extends cdk.Construct {
33
'skip-nodes-with-local-storage': false,
34
'scale-down-utilization-threshold': 0.3,
35
'skip-nodes-with-system-pods': false,
36
- 'cordon-node-before-terminating': true,
37
'expander': 'least-waste',
+ // 'cordon-node-before-terminating': true,
38
}
39
},
40
});
0 commit comments