Add cordon-node-before-terminating to FAQ
Available here 572d199757/cluster-autoscaler/main.go (L187) but missing from the FAQ
This commit is contained in:
parent
572d199757
commit
325467701e
|
|
@ -759,6 +759,7 @@ The following startup parameters are supported for cluster autoscaler:
|
||||||
| `daemonset-eviction-for-empty-nodes` | Whether DaemonSet pods will be gracefully terminated from empty nodes | false
|
| `daemonset-eviction-for-empty-nodes` | Whether DaemonSet pods will be gracefully terminated from empty nodes | false
|
||||||
| `daemonset-eviction-for-occupied-nodes` | Whether DaemonSet pods will be gracefully terminated from non-empty nodes | true
|
| `daemonset-eviction-for-occupied-nodes` | Whether DaemonSet pods will be gracefully terminated from non-empty nodes | true
|
||||||
| `feature-gates` | A set of key=value pairs that describe feature gates for alpha/experimental features. | ""
|
| `feature-gates` | A set of key=value pairs that describe feature gates for alpha/experimental features. | ""
|
||||||
|
| `cordon-node-before-terminating` | Should CA cordon nodes before terminating during downscale process | false
|
||||||
|
|
||||||
# Troubleshooting:
|
# Troubleshooting:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue