Merge pull request #5581 from gjtempleton/CA-Document-Snapshotter-Flag

CA - Document Debugging Snapshotter flag
This commit is contained in:
Kubernetes Prow Robot 2023-03-10 08:32:41 -08:00 committed by GitHub
commit 63b334f81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -791,6 +791,7 @@ The following startup parameters are supported for cluster autoscaler:
| `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
| `record-duplicated-events` | Enable the autoscaler to print duplicated events within a 5 minute window. | false
| `debugging-snapshot-enabled` | Whether the debugging snapshot of cluster autoscaler feature is enabled. | false
# Troubleshooting: