From 759e972a991ecc78bc57cf1077e066f1fe2fe471 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Thu, 25 Jan 2018 11:56:21 +0800 Subject: [PATCH] Correct node name to correspond to the previous example (#7081) --- docs/concepts/configuration/taint-and-toleration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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