Skip to content

Commit 3847493

Browse files
committed
fix: modify the note on the concept page
1 parent cc71610 commit 3847493

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

content/en/docs/concepts/scheduling-eviction/scheduling-framework.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Plugins that implement PreEnqueue, PreFilter, Filter, Reserve or Permit should i
7474

7575
### QueueingHint
7676

77-
{{< feature-state for_k8s_version="v1.28" state="beta" >}}
77+
{{< feature-state for_k8s_version="v1.32" state="beta" >}}
7878

7979
QueueingHint is a callback function for deciding whether a Pod can be requeued to the active queue or backoff queue.
8080
It's executed every time a certain kind of event or change happens in the cluster.
@@ -84,11 +84,8 @@ so that the scheduler will retry the scheduling of the Pod.
8484

8585
{{< note >}}
8686
QueueingHint evaluation during scheduling is a beta-level feature.
87-
The v1.28 release series initially enabled the associated feature gate; however, after the
88-
discovery of an excessive memory footprint, the Kubernetes project set that feature gate
89-
to be disabled by default. In Kubernetes {{< skew currentVersion >}}, this feature gate is
90-
disabled and you need to enable it manually.
91-
You can enable it via the
87+
In Kubernetes {{< skew currentVersion >}}, this feature gate is enabled by default,
88+
and you can disable it via the
9289
`SchedulerQueueingHints` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
9390
{{< /note >}}
9491

0 commit comments

Comments
 (0)