Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sigs.k8s.io/scheduler-plugins

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sigs.k8s.io/scheduler-plugins

  • v0.30.6
  • Go
  • Socket score

Version published
Created
Source

Go Report Card License

Scheduler Plugins

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

This repo provides scheduler plugins that are exercised in large companies. These plugins can be vendored as Golang SDK libraries or used out-of-box via the pre-built images or Helm charts. Additionally, this repo incorporates best practices and utilities to compose a high-quality scheduler plugin.

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 registry.k8s.io/scheduler-plugins/kube-scheduler:$TAG
docker pull registry.k8s.io/scheduler-plugins/controller:$TAG

You can find how to install release image here.

Plugins

The kube-scheduler binary includes the below list of plugins. They can be configured by creating one or more scheduler profiles.

Additionally, the kube-scheduler binary includes the below list of sample plugins. These plugins are not intended for use in production environments.

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 (e.g., v0.18.9) exactly align with the k8s client package versions that the scheduler plugins are built with. The three digit patch versions, which are built on demand, (e.g., 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 PluginsCompiled With k8s VersionContainer ImageArch
v0.29.7v1.29.7registry.k8s.io/scheduler-plugins/kube-scheduler:v0.29.7linux/amd64
linux/arm64
linux/s390x
linux/ppc64le
v0.28.9v1.28.9registry.k8s.io/scheduler-plugins/kube-scheduler:v0.28.9linux/amd64
linux/arm64
v0.27.8v1.27.8registry.k8s.io/scheduler-plugins/kube-scheduler:v0.27.8linux/amd64
linux/arm64
ControllerCompiled With k8s VersionContainer ImageArch
v0.29.7v1.29.7registry.k8s.io/scheduler-plugins/controller:v0.29.7linux/amd64
linux/arm64
linux/s390x
linux/ppc64le
v0.28.9v1.28.9registry.k8s.io/scheduler-plugins/controller:v0.28.9linux/amd64
linux/arm64
v0.27.8v1.27.8registry.k8s.io/scheduler-plugins/controller:v0.27.8linux/amd64
linux/arm64
Older releases
Scheduler PluginsCompiled With k8s VersionContainer ImageArch
v0.26.7v1.26.7registry.k8s.io/scheduler-plugins/kube-scheduler:v0.26.7linux/amd64
linux/arm64
v0.25.12v1.25.12registry.k8s.io/scheduler-plugins/kube-scheduler:v0.25.12linux/amd64
linux/arm64
v0.24.9v1.24.9registry.k8s.io/scheduler-plugins/kube-scheduler:v0.24.9linux/amd64
linux/arm64
v0.23.10v1.23.10registry.k8s.io/scheduler-plugins/kube-scheduler:v0.23.10linux/amd64
linux/arm64
v0.22.6v1.22.6registry.k8s.io/scheduler-plugins/kube-scheduler:v0.22.6linux/amd64
linux/arm64
v0.21.6v1.21.6registry.k8s.io/scheduler-plugins/kube-scheduler:v0.21.6linux/amd64
linux/arm64
v0.20.10v1.20.10registry.k8s.io/scheduler-plugins/kube-scheduler:v0.20.10linux/amd64
linux/arm64
v0.19.9v1.19.9registry.k8s.io/scheduler-plugins/kube-scheduler:v0.19.9linux/amd64
linux/arm64
v0.19.8v1.19.8registry.k8s.io/scheduler-plugins/kube-scheduler:v0.19.8linux/amd64
linux/arm64
v0.18.9v1.18.9registry.k8s.io/scheduler-plugins/kube-scheduler:v0.18.9linux/amd64
ControllerCompiled With k8s VersionContainer ImageArch
v0.26.7v1.26.7registry.k8s.io/scheduler-plugins/controller:v0.26.7linux/amd64
linux/arm64
v0.25.12v1.25.12registry.k8s.io/scheduler-plugins/controller:v0.25.12linux/amd64
linux/arm64
v0.24.9v1.24.9registry.k8s.io/scheduler-plugins/controller:v0.24.9linux/amd64
linux/arm64
v0.23.10v1.23.10registry.k8s.io/scheduler-plugins/controller:v0.23.10linux/amd64
linux/arm64
v0.22.6v1.22.6registry.k8s.io/scheduler-plugins/controller:v0.22.6linux/amd64
linux/arm64
v0.21.6v1.21.6registry.k8s.io/scheduler-plugins/controller:v0.21.6linux/amd64
linux/arm64
v0.20.10v1.20.10registry.k8s.io/scheduler-plugins/controller:v0.20.10linux/amd64
linux/arm64
v0.19.9v1.19.9registry.k8s.io/scheduler-plugins/controller:v0.19.9linux/amd64
linux/arm64
v0.19.8v1.19.8registry.k8s.io/scheduler-plugins/controller:v0.19.8linux/amd64
linux/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.

FAQs

Package last updated on 03 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc