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.