Skip to content

Commit

Permalink
Bump scheduler plugins version (#11205)
Browse files Browse the repository at this point in the history
Signed-off-by: tu1h <lihai.tu@daocloud.io>
  • Loading branch information
0ekk authored May 17, 2024
1 parent 354ffe7 commit d5f6838
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/kubernetes-apps/scheduler_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ There are requirements for the version of Kubernetes, please see [Compatibility

| Scheduler Plugins | Compiled With K8s Version |
| ----------------- | ------------------------- |
| v0.28.9 | v1.28.9 |
| v0.27.8 | v1.27.8 |
| v0.26.8 | v1.26.7 |

## Turning it on

Expand Down
2 changes: 1 addition & 1 deletion roles/kubernetes-apps/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies:
- role: kubernetes-apps/scheduler_plugins
when:
- scheduler_plugins_enabled
- kube_major_version is version('v1.28', '<')
- kube_major_version is version('v1.29', '<')
- inventory_hostname == groups['kube_control_plane'][0]
tags:
- scheduler_plugins
Expand Down
4 changes: 2 additions & 2 deletions roles/kubespray-defaults/defaults/main/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ crio_supported_versions:
v1.27: v1.27.4
crio_version: "{{ crio_supported_versions[kube_major_version] }}"

# Scheduler plugins doesn't build for K8s 1.28 yet
# Scheduler plugins doesn't build for K8s 1.29 yet
scheduler_plugins_supported_versions:
v1.29: 0
v1.28: 0
v1.28: v0.28.9
v1.27: v0.27.8
scheduler_plugins_version: "{{ scheduler_plugins_supported_versions[kube_major_version] }}"

Expand Down

0 comments on commit d5f6838

Please sign in to comment.