From 9c7f9892455aadd8b9d4c4a7d58538b89e45c0d5 Mon Sep 17 00:00:00 2001 From: Guy Templeton Date: Thu, 9 Mar 2023 12:45:30 +0000 Subject: [PATCH] CA - Document Debugging Snapshotter flag --- cluster-autoscaler/FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster-autoscaler/FAQ.md b/cluster-autoscaler/FAQ.md index 3d7316aefa..e81cb42460 100644 --- a/cluster-autoscaler/FAQ.md +++ b/cluster-autoscaler/FAQ.md @@ -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: