Fix feature state for Scheduling Framework

It was declared GA in 1.19
https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/624-scheduling-framework/kep.yaml
This commit is contained in:
Aldo Culquicondor 2021-07-20 16:45:55 -04:00
parent 027eb249af
commit d415f62dd2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ weight: 90
<!-- overview --> <!-- overview -->
{{< feature-state for_k8s_version="v1.15" state="alpha" >}} {{< feature-state for_k8s_version="v1.19" state="stable" >}}
The scheduling framework is a pluggable architecture for the Kubernetes scheduler. The scheduling framework is a pluggable architecture for the Kubernetes scheduler.
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 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