We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52d7e45 + 24bd499 commit 5548e3fCopy full SHA for 5548e3f
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
40
41
To remove the taint added by the command above, you can run:
42
```shell
43
-kubectl taint nodes node1 key:NoSchedule-
+kubectl taint nodes node1 key=value:NoSchedule-
44
```
45
46
You specify a toleration for a pod in the PodSpec. Both of the following tolerations "match" the
0 commit comments