-
Notifications
You must be signed in to change notification settings - Fork 337
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
[proposal] add cri v1 api to koord-runtime-proxy #1051
Comments
This issue has been automatically marked as stale because it has not had recent activity.
|
This issue has been automatically closed because it has not had recent activity.
|
/reopen |
@hormes: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Let me sort out the ideas, the support of cri-api api version:
We try our best to be compatible with various usages, and transparently forward unsupported interfaces to the backend. |
This issue has been automatically marked as stale because it has not had recent activity.
|
This issue has been automatically closed because it has not had recent activity.
|
What is your proposal:
Koord-runtime-proxy support cri v1 api, and support v1alpha in parallel
Why is this needed:
According to kubernetes/kubernetes#110618, k8s v1.26 removed cri v1alpha2 support.
In order to run on k8s 1.26+, koord-runtime-proxy support cri v1 api.
Is there a suggested solution, if so, please add it:
The text was updated successfully, but these errors were encountered: