docs/doc/source/usertasks/kubernetes/specifying-kata-container-runtime-in-pod-spec.rst
Sachin Gopala Krishna 83bdc62289 Update RuntimeClass to use k8s 1.25 supported API version
The batch/v1beta1 API version of RuntimeClass is no longer served as of
v1.25
Migrate API clients to use the batch/v1 API version instead which is
available since 1.20.

Note:  It can't be tested until we add back in support for Kata
containers on debian.

Story: 2010368
Task: 47293

Signed-off-by: Sachin Gopala Krishna <saching.krishna@windriver.com>
Change-Id: Id483f97775931d319c4f44113ada1595c74b3aed
2023-03-03 05:53:05 -05:00

9.9 KiB

Specify Kata Container Runtime in Pod Spec

Note

Kata Containers will not be supported in .

You can specify the use of Kata Container runtime in your pod specification by runtime class or by annotation.

  • Do one of the following: