diff options
Diffstat (limited to 'g3doc/user_guide/runtimeclass.md')
-rw-r--r-- | g3doc/user_guide/runtimeclass.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/g3doc/user_guide/runtimeclass.md b/g3doc/user_guide/runtimeclass.md index 9f2d794c3..2e2d997be 100644 --- a/g3doc/user_guide/runtimeclass.md +++ b/g3doc/user_guide/runtimeclass.md @@ -3,13 +3,13 @@ First, follow the appropriate installation instructions for your version of containerd. -* For 1.1 or lower, use `gvisor-containerd-shim`. -* For 1.2 or higher, use `containerd-shim-runsc-v1`. +* For 1.1 or lower, use `gvisor-containerd-shim`. +* For 1.2 or higher, use `containerd-shim-runsc-v1`. # Set up the Kubernetes RuntimeClass -Creating the RuntimeClass in kubernetes is simple once the runtime is available -for containerd: +Creating the [RuntimeClass][runtimeclass] in Kubernetes is simple once the +runtime is available for containerd: ```shell cat <<EOF | kubectl apply -f - @@ -42,3 +42,5 @@ You can verify that the Pod is running via this RuntimeClass: ```shell kubectl get pod nginx-gvisor -o wide ``` + +[runtimeclass]: https://kubernetes.io/docs/concepts/containers/runtime-class/ |