I have been using Openshift Online Starter for some time for a small project. However, for the last two weeks, the pods for my system (which was working fine earlier) have simply refused to start. The program builds ok, deploys ok, and then the final pod gets stuck in "Pending." In the "Events" tab in the console, this error or a slight variation is always repeated:
0/106 nodes are available: 1 node(s) had disk pressure, 1 node(s) had taints that the pod didn't tolerate, 11 node(s) were unschedulable, 37 node(s) exceed max volume count, 50 Insufficient cpu, 6 node(s) didn't match node selector.
I know that since August 6th the Openshift status website has reported an "elevated level of API errors" and also logging errors on my particular server (us-west-2). However, does this mean Openshift Starter is effectively unusable until this problem is fixed? Or is the problem somewhere in my program?
NB: I'm also aware that Openshift Starter is not intended for production projects. I'm just asking whether this is an outage in Openshift Online or not.