Merge pull request #25090 from nodecaf/patch-1

Update taint-and-toleration.md
This commit is contained in:
Kubernetes Prow Robot
2020-11-19 10:40:51 -08:00
committed by GitHub
@@ -40,7 +40,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 node1 key:NoSchedule-
kubectl taint nodes node1 key=value:NoSchedule-
```
You specify a toleration for a pod in the PodSpec. Both of the following tolerations "match" the