I am using openshift v3 which running my project. One of the apps which worked fine suddenly stopped working after a GitHub commit downstream in the code. The issue is with creating a pod:
No nodes are available that match all of the following predicates::
Insufficient cpu (173), MatchNodeSelector (5).
I tried scaling down other pods to check if there's some other setting interfering or other but it's still the same. Is it Openshift that has run out of CPU's or have I configured some setting that it is requesting 172 CPU's and 5 more nodes.