-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.21
-
None
-
False
-
-
None
-
Important
-
None
-
None
-
None
-
Rejected
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
A node can incorrectly marked as schedulable in case the node has more than one taint and just one of them matches. See also https://github.com/openshift/cluster-dns-operator/pull/459#pullrequestreview-3875844118
Version-Release number of selected component (if applicable):
-
How reproducible:
always
Steps to Reproduce:
From a node having more than one taint, it should be considered schedulable if all of them are tolerated.
Actual results:
It is matching a node if any taint tolerates the deployment.
Expected results:
It should match only if all the taints are tolerated.
Additional info:
-