We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Namely, write documentation and implement missing features to make following manifest work:
apiVersion: v1 kind: Pod metadata: name: nginx spec: runtimeClassName: kerla containers: - name: nginx image: nginx
See https://kubernetes.io/docs/concepts/containers/runtime-class/
The text was updated successfully, but these errors were encountered:
gvisor's document might be helpful: https://gvisor.dev/docs/user_guide/containerd/quick_start/
Sorry, something went wrong.
I would recommend to look at https://github.com/kata-containers/kata-containers - basically you would only have replace the Linux kernel when setting it up 🤞
No branches or pull requests
Namely, write documentation and implement missing features to make following manifest work:
See https://kubernetes.io/docs/concepts/containers/runtime-class/
The text was updated successfully, but these errors were encountered: