3

Been trying to deploy an mysql in openshift 3 online. And i get the following error. Any idea what's wrong with it?

Error Message

root
  • 1,513
  • 2
  • 23
  • 37

1 Answers1

0

The error message means that scheduling failed because on 175 machines wasn't enough CPU left available to fit the pod requests and on 5 machines (nodes) it can't be scheduled because those nodes don't have the particular set of labels the pod is specifying in spec.nodeSelector of the pod definition.

So this simply means there weren't enough resources/hardware available at OpenShift Online. If you try later or upgrade your plan this should work again.

Thomas Schwärzl
  • 8,381
  • 6
  • 40
  • 63