commands.sh

kubectl taint

all

Update the taints on nodes.

More info →

Options (1)

boolean

Apply taint to a node

Example: kubectl taint {{[no|nodes]}} {{node_name}} {{label_key}}={{label_value}}:{{effect}}

Examples (3)

Apply taint to a node

kubectl taint [no|nodes] node_name label_key=label_value:effect

Remove taint from a node

kubectl taint [no|nodes] node_name label_key:effect-

Remove all taints from a node

kubectl taint [no|nodes] node_name label_key-
made by @shridhargupta | data from tldr-pages