From 24bd49980b467cfbb2c2cc0244663c33748c8fc7 Mon Sep 17 00:00:00 2001 From: nodecaf <49378662+nodecaf@users.noreply.github.com> Date: Wed, 18 Nov 2020 08:31:36 +1100 Subject: [PATCH] Update taint-and-toleration.md Missing key=value in the key taint removal example --- .../docs/concepts/scheduling-eviction/taint-and-toleration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md b/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md index 03b628be86..731d2bc263 100644 --- a/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md +++ b/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md @@ -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