Skip to content

Commit 15d601f

Browse files
authored
Merge pull request #29039 from alculquicondor/sched-framework-grad
Fix feature state for Scheduling Framework
2 parents 71a5a6a + d415f62 commit 15d601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 90
88

99
<!-- overview -->
1010

11-
{{< feature-state for_k8s_version="v1.15" state="alpha" >}}
11+
{{< feature-state for_k8s_version="v1.19" state="stable" >}}
1212

1313
The scheduling framework is a pluggable architecture for the Kubernetes scheduler.
1414
It adds a new set of "plugin" APIs to the existing scheduler. Plugins are compiled into the scheduler. The APIs allow most scheduling features to be implemented as plugins, while keeping the

0 commit comments

Comments
 (0)