From 93ac04a6c32003597b3c639480126f8048988b72 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Mon, 10 Dec 2018 22:56:19 -0800 Subject: [PATCH] Minor wording update to Kubernetes support section of the README Updated the README to correct some wording and clarify a bit that containerd CRI runtime is needed. PiperOrigin-RevId: 224944753 Change-Id: I7b9c527500f99571aca7ef73058472ae9b3d5371 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 759f000a0..31d2b03db 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,8 @@ the gVisor addon is enabled, pods with `io.kubernetes.cri.untrusted-workload` set to true will execute with `runsc`. Follow [these instructions][minikube] to enable gVisor addon. -You can also setup Kubernetes node to use `gvisor-containerd-shim`. Pods with +You can also setup Kubernetes nodes to run pods in gvisor using the `containerd` +CRI runtime and the `gvisor-containerd-shim`. Pods with the `io.kubernetes.cri.untrusted-workload` annotation will execute with `runsc`. You can find instructions [here][gvisor-containerd-shim].