Correct node name to correspond to the previous example (#7081)

This commit is contained in:
Bin Liu
2018-01-25 11:56:21 +08:00
committed by k8s-ci-robot
parent 23c527dcef
commit 759e972a99
@@ -34,7 +34,7 @@ This means that no pod will be able to schedule onto `node1` unless it has a mat
To remove the taint added by the command above, you can run:
```shell
kubectl taint nodes kube11 key:NoSchedule-
kubectl taint nodes node1 key:NoSchedule-
```
You specify a toleration for a pod in the PodSpec. Both of the following tolerations "match" the