Skip to content

Commit 42af37b

Browse files
committed
promote feature PodSchedulingReadiness to stable
1 parent 1f2b53a commit 42af37b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/en/docs/concepts/scheduling-eviction/pod-scheduling-readiness.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 40
66

77
<!-- overview -->
88

9-
{{< feature-state for_k8s_version="v1.27" state="beta" >}}
9+
{{< feature-state for_k8s_version="v1.30" state="stable" >}}
1010

1111
Pods were considered ready for scheduling once created. Kubernetes scheduler
1212
does its due diligence to find nodes to place all pending Pods. However, in a
@@ -89,9 +89,7 @@ The metric `scheduler_pending_pods` comes with a new label `"gated"` to distingu
8989
has been tried scheduling but claimed as unschedulable, or explicitly marked as not ready for
9090
scheduling. You can use `scheduler_pending_pods{queue="gated"}` to check the metric result.
9191

92-
## Mutable Pod Scheduling Directives
93-
94-
{{< feature-state for_k8s_version="v1.27" state="beta" >}}
92+
## Mutable Pod scheduling directives
9593

9694
You can mutate scheduling directives of Pods while they have scheduling gates, with certain constraints.
9795
At a high level, you can only tighten the scheduling directives of a Pod. In other words, the updated

content/en/docs/reference/command-line-tools-reference/feature-gates/pod-scheduling-readiness.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.27"
16+
toVersion: "1.29"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.30"
1620
---
1721
Enable setting `schedulingGates` field to control a Pod's [scheduling readiness](/docs/concepts/scheduling-eviction/pod-scheduling-readiness).

0 commit comments

Comments
 (0)