Options (1)
booleanApply 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:effectRemove 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