All Projects → kubernetes-sigs → Scheduler Plugins

kubernetes-sigs / Scheduler Plugins

Licence: apache-2.0
Repository for out-of-tree scheduler plugins based on scheduler framework.

Programming Languages

go
31211 projects - #10 most used programming language

Scheduler Plugins

Repository for out-of-tree scheduler plugins based on scheduler framework.

Install

Container images are available in the official scheduler-plugins k8s container registry. There are two images one for the kube-scheduler and one for the controller. See the Compatibility Matrix section for the complete list of images.

docker pull k8s.gcr.io/scheduler-plugins/kube-scheduler:$TAG
docker pull k8s.gcr.io/scheduler-plugins/controller:$TAG

You can find how to install release image here.

Compatibility Matrix

The below compatibility matrix shows the k8s client package(client-go, apimachinery, etc) versions that the scheduler-plugins are compiled with.

The minor version of the scheduler-plugins matches the minor version of the k8s client packages that it is compiled with. For example scheduler-plugins v0.18.x releases are built with k8s v1.18.x dependencies.

The scheduler-plugins patch versions come in two different varieties(single digit or three digits). The single digit patch versions(i.e. v0.18.9) exactly align with the the k8s client package versions that the scheduler plugins are built with. The three digit patch versions(i.e. v0.18.800) are used to indicated that the k8s client package versions have not changed since the previous release, and that only scheduler plugins code(features or bug fixes) was changed.

Scheduler Plugins Compiled With k8s Version Container Image Arch
v0.19.8 v1.19.8 k8s.gcr.io/scheduler-plugins/kube-scheduler:v0.19.8 AMD64
ARM64
v0.18.9 v1.18.9 k8s.gcr.io/scheduler-plugins/kube-scheduler:v0.18.9 AMD64
Controller Compiled With k8s Version Container Image Arch
v0.19.8 v1.19.8 k8s.gcr.io/scheduler-plugins/controller:v0.19.8 AMD64
ARM64

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

You can find an instruction how to build and run out-of-tree plugin here .

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].