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 c37eddd commit 045db6aCopy full SHA for 045db6a
lib/charts/cluster-autoscaler.ts
@@ -31,11 +31,10 @@ export class ClusterAutoscaler extends cdk.Construct {
31
'stderrthreshold': 'info',
32
'v': 2,
33
'skip-nodes-with-local-storage': false,
34
- // scale-down-utilization-threshold: 0.5
35
- // scale-down-non-empty-candidates-count: 30
36
- // max-node-provision-time: 15m0s
37
- // scale-down-unneeded-time: 30m
38
- // skip-nodes-with-system-pods: true
+ 'scale-down-utilization-threshold': 0.3,
+ 'skip-nodes-with-system-pods': false,
+ 'cordon-node-before-terminating': true,
+ 'expander': 'least-waste',
39
}
40
},
41
});
0 commit comments