-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new scheduler-plugins API group #1769
Comments
With more investigation, it is hard to keep backward compatibility since the scheduler-plugins fully replaced the Maybe, we need to stop supporting v0.24.x or lower scheduler-plugins. @johnugeorge, Can you add a notice that we will stop supporting older scheduler-plugins v0.24.x or lower in the next training-operator version (v1.7.0) to our release note for v1.6.0? |
Makes sense. It is hard and I think, it is ok. Added the note to the release |
Thanks! |
/assign |
I will work on this after #1714 is completed. |
Since kubernetes-sigs/scheduler-plugins#526, the scheduler-plugins switch the API group to
x-k8s.io
.So we need to support both API groups to keep backward compatibility since we are using an old API group,
sigs.k8s.io
./kind feature
The text was updated successfully, but these errors were encountered: