From 4f5977fdca749bf930cfbf415378033134f4f470 Mon Sep 17 00:00:00 2001 From: Daniel Malon Date: Thu, 16 Nov 2023 18:30:45 +0000 Subject: [PATCH] doc: add drain-delay flag to list of arguments --- content/en/docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/configuration.md b/content/en/docs/configuration.md index 16450a4..702851f 100644 --- a/content/en/docs/configuration.md +++ b/content/en/docs/configuration.md @@ -17,6 +17,7 @@ Flags: --alert-firing-only only consider firing alerts when checking for active alerts --annotate-nodes if set, the annotations 'weave.works/kured-reboot-in-progress' and 'weave.works/kured-most-recent-reboot-needed' will be given to nodes undergoing kured reboots --blocking-pod-selector stringArray label selector identifying pods whose presence should prevent reboots + --drain-delay duration delay drain for this duration (default: 0, disabled) --drain-grace-period int time in seconds given to each pod to terminate gracefully, if negative, the default value specified in the pod will be used (default -1) --drain-pod-selector string only drain pods with labels matching the selector (default: '', all pods) --drain-timeout duration timeout after which the drain is aborted (default: 0, infinite time)