Skip to content

Commit

Permalink
Revise message
Browse files Browse the repository at this point in the history
Avoid mentioning change we expect for a future (patch) release
  • Loading branch information
sftim authored Dec 13, 2023
1 parent bad6aa4 commit 9010b97
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down

0 comments on commit 9010b97

Please sign in to comment.