From bc7d96998d6ef8e80f33d7cfbcd2d4f612852497 Mon Sep 17 00:00:00 2001 From: nitkon Date: Mon, 11 Feb 2019 01:05:11 +0530 Subject: [PATCH] docs: Fix a typo in how-to docs Fix Typo Fixes: #379 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com --- how-to/how-to-use-k8s-with-cri-containerd-and-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md b/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md index b8d0d0638b..9f60d57c59 100644 --- a/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md +++ b/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md @@ -171,7 +171,7 @@ By default, the cluster will not schedule pods in the master node. To enable mas $ sudo -E kubectl taint nodes --all node-role.kubernetes.io/master- ``` -## Create an unstrusted pod using Kata Containers +## Create an untrusted pod using Kata Containers By default, all pods are created with the default runtime configured in CRI containerd plugin.