Situation
When a deployment fails on our OpenShift 3.11 instance because of a Failed Scheduling
error event, a message comparable to this is shown:
Failed Scheduling 0/11 nodes are available: 10 CheckServiceAffinity, 2 ExistingPodsAntiAffinityRulesNotMatch, 2 MatchInterPodAffinity, 5 MatchNodeSelector.
Questions
Now, "0/11 nodes are available" is pretty clear, but what do the numbers in front of each predicate mean?
Remark: I'm not searching for advice on how to solve the cause of the shown error, I want to extend my error analysis skills.