Skip to content

Commit e705ab8

Browse files
Removed the redundant syntax addition
Signed-off-by: Dipankar Das <[email protected]>
1 parent d2f168f commit e705ab8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ marks that the node should not accept any pods that do not tolerate the taints.
2727

2828
## Concepts
2929

30-
Basic Syntax
31-
```shell
32-
kubectl taint nodes <node_name> <key>=<value>:<effect>
33-
```
34-
3530
You add a taint to a node using [kubectl taint](/docs/reference/generated/kubectl/kubectl-commands#taint).
3631
For example,
3732

0 commit comments

Comments
 (0)