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:
Tim Hobbs 2022-05-23 16:32:00 +02:00 committed by GitHub
parent 572d199757
commit 325467701e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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-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. | ""
| `cordon-node-before-terminating` | Should CA cordon nodes before terminating during downscale process | false
# Troubleshooting: