Fix the nodename typo of the untaint command (#15309)

修正删除taint命令中关于节点名称的一处笔误。
This commit is contained in:
BIAOXYZ
2019-07-07 13:22:33 +08:00
committed by Kubernetes Prow Robot
parent b715a8a40f
commit 5f7b88ddc7
@@ -78,7 +78,7 @@ To remove the taint added by the command above, you can run:
-->
想删除上述命令添加的 taint ,您可以运行:
```shell
kubectl taint nodes kube11 key:NoSchedule-
kubectl taint nodes node1 key:NoSchedule-
```
```yaml