From 9010b97f01c65bd37b5e25bcefdc72ea4daec7c2 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 13 Dec 2023 15:20:36 +0000 Subject: [PATCH] Revise message Avoid mentioning change we expect for a future (patch) release --- .../concepts/scheduling-eviction/scheduling-framework.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/scheduling-eviction/scheduling-framework.md b/content/en/docs/concepts/scheduling-eviction/scheduling-framework.md index 760ea8e3bb750..18cfece94c760 100644 --- a/content/en/docs/concepts/scheduling-eviction/scheduling-framework.md +++ b/content/en/docs/concepts/scheduling-eviction/scheduling-framework.md @@ -85,8 +85,10 @@ so that the scheduler will retry the scheduling of the Pod. {{< note >}} QueueingHint evaluation during scheduling is a beta-level feature. -It's enabled by default in 1.28.0 - 1.28.5, -but is disabled by default in 1.29 because of excessive memory footprint. +The v1.28 release series initially enabled the associated feature gate; however, after the +discovery of an excessive memory footprint, the Kubernetes project set that feature gate +to be disabled by default. In Kubernetes {{< skew currentVersion >}}, this feature gate is +disabled and you need to enable it manually. You can enable it via the `SchedulerQueueingHints` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/). {{< /note >}}