Kubernetes Remove Taint
fleeting- Référence externe : https://pet2cattle.com/2021/09/k8s-node-untaint
if we want to taint a node we use kubectl taint as follows
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
If we don’t know the command used to taint the node we can use kubectl describe node to get the exact taint we’ll need to use to untaint the node