From 757adfa287c17d925aec7976a86986bd5b52229c Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 6 Dec 2019 06:39:35 +0900 Subject: Add docs for Kubernetes Runtime Class. (#33) Adds doc to explicitly create the Kubernetes RuntimeClass object needed to use the shim via the Kubernetes API. --- docs/runtime-handler-quickstart.md | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'docs/runtime-handler-quickstart.md') diff --git a/docs/runtime-handler-quickstart.md b/docs/runtime-handler-quickstart.md index e48b2dd1a..684390b55 100644 --- a/docs/runtime-handler-quickstart.md +++ b/docs/runtime-handler-quickstart.md @@ -204,3 +204,48 @@ sudo crictl inspect ${CONTAINER_ID} sudo crictl exec ${CONTAINER_ID} dmesg | grep -i gvisor } ``` + +### Set up the Kubernetes Runtime Class + +1. Install the Runtime Class for gVisor + +[embedmd]:# (../test/e2e/runtimeclass-install.sh shell /{ # Step 1/ /^}/) +```shell +{ # Step 1: Install a RuntimeClass +cat <