Commands.app

kubectl taint

Node Management

Add or remove node taints

Examples
Common usage examples

Add taint to node

kubectl taint nodes mynode key=value:NoSchedule

Remove taint

kubectl taint nodes mynode key:NoSchedule-
Notes
  • Effects: NoSchedule, PreferNoSchedule, NoExecute
Related Commands
You might also find these useful