How to find the node to which taint is applied ?
How to find the Key name of the taint applied on that node ?
I think the easy way to find an attribute on a k8s/Openshift object is by the command:
kubectl/oc describe
When a node has a taint it would typically have the effect of a pod remaining pending.
With oc events you would see if that is because of a taint, and which nodes have a taint.
I find that the easiest way to remove a taint is the web console.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.