Jay Taylor's notes
back to listing indexKubernetes: How to Delete all Taints from a Node | EkartCo
[web search]
Original source (ekartco.com)
Clipped on: 2018-09-25
Kubernetes: How to Delete all Taints from a Node
kubectl patch node node1.compute.internal -p '{"spec":{"taints":[]}}'