kubectl taint
Node ManagementAdd or remove node taints
Examples
Common usage examples
Add taint to node
kubectl taint nodes mynode key=value:NoScheduleRemove taint
kubectl taint nodes mynode key:NoSchedule-Notes
- Effects: NoSchedule, PreferNoSchedule, NoExecute
Related Commands
You might also find these useful