-
Notifications
You must be signed in to change notification settings - Fork 949
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
[feature request] pouch support kubernetes runtime class #2314
Comments
Assigned to @starnop to take a look at this. |
@fanux @allencloud Thank you for your request, We've actually supported selecting the container runtime to run a pod so far but only for In fact, |
@starnop So, an alpha feature of Kubernetes will not bring into PouchContainer, right? @fanux Could the following way meet your demand?
|
Pouch runc runv meet our demand now, But in the future, we also want to run pouch docker or gvisor in one kubernetes cluster. |
I'm looking through the documentation and will support this feature ASAP. |
My bad, you are right. RuntimeClass is CRI implementation dependent. |
About kubernetes runtime class
Support runtime class so the user can select runtime in one kubernetes cluster.
for more details about runtime class, we could refer to https://kubernetes.io/docs/concepts/containers/runtime-class/
The text was updated successfully, but these errors were encountered: