Merge pull request #380 from nitkon/patch-1

docs: Fix a typo in how-to docs
This commit is contained in:
Graham Whaley 2019-02-11 10:23:02 +00:00 committed by GitHub
commit 5b483f289a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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- $ 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. By default, all pods are created with the default runtime configured in CRI containerd plugin.