Remove taint
Kubernetes: Remove taint — configuration and practical examples.
Use kubectl taint with a trailing minus sign (-) to remove a specific taint from a node. This is useful when a node has been automatically tainted due to conditions like disk pressure and you want to allow scheduling again.
1
kubectl taint node archlinux node.kubernetes.io/disk-pressure:NoSchedule-
This post is licensed under CC BY 4.0 by the author.