From 39a2b0c68551038e32767992d2d26e08e276f4b7 Mon Sep 17 00:00:00 2001 From: Matt Burgess <549318+mattburgess@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:45:17 +0100 Subject: [PATCH] gen docs --- docs/cli/descheduler.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cli/descheduler.md b/docs/cli/descheduler.md index cd5b2b798..f8a9d8179 100644 --- a/docs/cli/descheduler.md +++ b/docs/cli/descheduler.md @@ -26,7 +26,10 @@ descheduler [flags] --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are: AllAlpha=true|false (ALPHA - default=false) AllBeta=true|false (BETA - default=false) + ContextualLogging=true|false (BETA - default=true) EvictionsInBackground=true|false (ALPHA - default=false) + LoggingAlphaOptions=true|false (ALPHA - default=false) + LoggingBetaOptions=true|false (BETA - default=true) -h, --help help for descheduler --http2-max-streams-per-connection int The limit that the server gives to clients for the maximum number of streams in an HTTP/2 connection. Zero means to use golang's default. --kubeconfig string File with kube configuration. Deprecated, use client-connection-kubeconfig instead.