Removed the redundant syntax addition

Signed-off-by: Dipankar Das <dipsonu10@hotmail.com>
This commit is contained in:
Dipankar Das
2022-06-02 16:35:13 +05:30
parent d2f168f463
commit e705ab827a
@@ -27,11 +27,6 @@ marks that the node should not accept any pods that do not tolerate the taints.
## Concepts
Basic Syntax
```shell
kubectl taint nodes <node_name> <key>=<value>:<effect>
```
You add a taint to a node using [kubectl taint](/docs/reference/generated/kubectl/kubectl-commands#taint).
For example,