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
This commit is contained in:
Ian Lewis 2018-12-10 22:56:19 -08:00 committed by Shentubot
parent 52fe3b87a4
commit 93ac04a6c3
1 changed files with 2 additions and 1 deletions

View File

@ -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].