diff --git a/docs/concepts/configuration/taint-and-toleration.md b/docs/concepts/configuration/taint-and-toleration.md index 75207274f2..0deea64d83 100644 --- a/docs/concepts/configuration/taint-and-toleration.md +++ b/docs/concepts/configuration/taint-and-toleration.md @@ -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