Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Kubernetes: Remove taint from node

We can use kubectl taint but adding an hyphen at the end to remove the taint (untaint the node):
$ kubectl taint nodes minikube application=example:NoSchedule-
node/minikubee untainted
Source by pet2cattle.com #
 
PREVIOUS NEXT
Tagged: #Remove #taint #node
ADD COMMENT
Topic
Name
6+7 =