Answers for "Kubernetes: Remove taint from node"

0

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
Posted by: Guest on May-09-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language