@@ -34,7 +34,7 @@ The kube-scheduler binary includes the below list of plugins. They can be config
3434* [ Node Resources] ( docs/plugins/noderesources.md )
3535* [ Node Resource Topology] ( docs/plugins/noderesourcetopology.md )
3636* [ Preemption Toleration] ( docs/plugins/preemptiontoleration.md )
37- * [ Trimaran] ( docs/plugins/trimaran.md )
37+ * [ Trimaran (Load-Aware Scheduling) ] ( docs/plugins/trimaran.md )
3838* [ Network-Aware Scheduling] ( docs/plugins/networkaware.md )
3939
4040Additionally, the kube-scheduler binary includes the below list of sample plugins. These plugins are not intended for use in production
@@ -60,17 +60,19 @@ on demand, (e.g., `v0.18.800`) are used to indicated that the k8s client package
6060changed since the previous release, and that only scheduler plugins code (features or bug fixes) was
6161changed.
6262
63- | Scheduler Plugins | Compiled With k8s Version | Container Image | Arch |
64- | -------------------| ---------------------------| -----------------------------------------------------------| ------------------------------------------------------------|
65- | v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/kube-scheduler: v0 .29.7 | linux/amd64<br >linux/arm64<br >linux/s390x<br >linux/ppc64le |
66- | v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/kube-scheduler: v0 .28.9 | linux/amd64<br >linux/arm64 |
67- | v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/kube-scheduler: v0 .27.8 | linux/amd64<br >linux/arm64 |
68-
69- | Controller | Compiled With k8s Version | Container Image | Arch |
70- | ------------| ---------------------------| -------------------------------------------------------| ------------------------------------------------------------|
71- | v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/controller: v0 .29.7 | linux/amd64<br >linux/arm64<br >linux/s390x<br >linux/ppc64le |
72- | v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/controller: v0 .28.9 | linux/amd64<br >linux/arm64 |
73- | v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/controller: v0 .27.8 | linux/amd64<br >linux/arm64 |
63+ | Scheduler Plugins | Compiled With k8s Version | Container Image | Arch |
64+ | -------------------| ---------------------------| ----------------------------------------------------------| ------------------------------------------------------------|
65+ | v0.30.6 | v1.30.6 | registry.k8s.io/scheduler-plugins/kube-scheduler: v0 .30.6 | linux/amd64<br >linux/arm64<br >linux/s390x<br >linux/ppc64le |
66+ | v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/kube-scheduler: v0 .29.7 | linux/amd64<br >linux/arm64<br >linux/s390x<br >linux/ppc64le |
67+ | v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/kube-scheduler: v0 .28.9 | linux/amd64<br >linux/arm64 |
68+ | v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/kube-scheduler: v0 .27.8 | linux/amd64<br >linux/arm64 |
69+
70+ | Controller | Compiled With k8s Version | Container Image | Arch |
71+ | ------------| ---------------------------| ------------------------------------------------------| ------------------------------------------------------------|
72+ | v0.30.6 | v1.30.6 | registry.k8s.io/scheduler-plugins/controller: v0 .30.6 | linux/amd64<br >linux/arm64<br >linux/s390x<br >linux/ppc64le |
73+ | v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/controller: v0 .29.7 | linux/amd64<br >linux/arm64<br >linux/s390x<br >linux/ppc64le |
74+ | v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/controller: v0 .28.9 | linux/amd64<br >linux/arm64 |
75+ | v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/controller: v0 .27.8 | linux/amd64<br >linux/arm64 |
7476
7577<details >
7678<summary >Older releases</summary >
0 commit comments