From d532844bac79f7694bad0f1cc57ff75cac2b0931 Mon Sep 17 00:00:00 2001 From: lisenet Date: Fri, 20 Oct 2023 14:45:43 +0100 Subject: [PATCH 1/2] Add node-delete-delay-after-taint to FAQ --- cluster-autoscaler/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/FAQ.md b/cluster-autoscaler/FAQ.md index adbd745a3578..5eed7388c77b 100644 --- a/cluster-autoscaler/FAQ.md +++ b/cluster-autoscaler/FAQ.md @@ -788,7 +788,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 +| `node-delete-delay-after-taint` | How long to wait before deleting a node after tainting it. | 5 seconds # Troubleshooting: From ddaa9f0121c707866cbaf1f325df6148beea8ab7 Mon Sep 17 00:00:00 2001 From: lisenet Date: Fri, 20 Oct 2023 14:51:44 +0100 Subject: [PATCH 2/2] Add debugging-snapshot-enabled back --- cluster-autoscaler/FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster-autoscaler/FAQ.md b/cluster-autoscaler/FAQ.md index 5eed7388c77b..76d39fc34637 100644 --- a/cluster-autoscaler/FAQ.md +++ b/cluster-autoscaler/FAQ.md @@ -788,6 +788,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 | `node-delete-delay-after-taint` | How long to wait before deleting a node after tainting it. | 5 seconds # Troubleshooting: