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.
1 parent d2f168f commit e705ab8Copy full SHA for e705ab8
content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
@@ -27,11 +27,6 @@ marks that the node should not accept any pods that do not tolerate the taints.
27
28
## Concepts
29
30
-Basic Syntax
31
-```shell
32
-kubectl taint nodes <node_name> <key>=<value>:<effect>
33
-```
34
-
35
You add a taint to a node using [kubectl taint](/docs/reference/generated/kubectl/kubectl-commands#taint).
36
For example,
37
0 commit comments