You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a binary of the official kube-scheduler that is now getting too outdated, we should bump it to the latest v1.30.* up from v1.28.*.
We could bump to v1.31, but I think we should try to aim having kube-scheduler at the second newest k8s version because officially kube-scheduler should only be used with a +-1 version to the k8s api-server.
Doing so requires some checks as mentioned by comments next to where kube-scheduler's version is declared.
consideRatio
changed the title
Bump kube-scheduler binary in the user-scheduler
Bump kube-scheduler binary to v1.30 fro v1.28 in the user-scheduler
Sep 5, 2024
Kube-scheduler deprecated all non-csi volumelimit plugins and removed those from defaults plugins.
AzureDiskLimits
CinderLimits
EBSLimits
GCEPDLimits
The NodeVolumeLimits plugin can handle the same functionality as the above plugins since the above volume types are migrated to CSI. Please remove those plugins and replace them with the NodeVolumeLimits plugin if you explicitly use those plugins in the scheduler config. Those plugins will be removed in the release 1.32. (kubernetes/kubernetes#124500, @carlory) [SIG Scheduling and Storage]
consideRatio
changed the title
Bump kube-scheduler binary to v1.30 fro v1.28 in the user-scheduler
Bump kube-scheduler binary to v1.30 from v1.28 in the user-scheduler
Sep 18, 2024
We are using a binary of the official kube-scheduler that is now getting too outdated, we should bump it to the latest v1.30.* up from v1.28.*.
We could bump to v1.31, but I think we should try to aim having kube-scheduler at the second newest k8s version because officially kube-scheduler should only be used with a +-1 version to the k8s api-server.
Doing so requires some checks as mentioned by comments next to where kube-scheduler's version is declared.
zero-to-jupyterhub-k8s/jupyterhub/values.yaml
Lines 512 to 548 in 29f0adb
The text was updated successfully, but these errors were encountered: