After spinning up the newest cdk v 2.4 (https://developers.redhat.com/products/cdk/download/), I get the following when trying to deploy gitlab-ce, per gitlab's directions at https://about.gitlab.com/2016/06/28/get-started-with-openshift-origin-3-and-gitlab/
Time Kind and Name Reason and Message
2:21:21 PM
Pod
gitlab-ce-redis-1-1digf
Failed scheduling
*SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "gitlab-ce-redis-data", which is unexpected.*
6 times in the last minute
2:21:20 PM
Pod
gitlab-ce-1-89qc8
Failed scheduling
SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "gitlab-ce-etc", which is unexpected.
6 times in the last minute
2:21:19 PM
Pod
gitlab-ce-postgresql-1-yatd9
Failed scheduling
SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "gitlab-ce-postgresql", which is unexpected.
They seem to be getting created and stuck in a "Pending" states:
NAME STATUS VOLUME CAPACITY ACCESSMODES AGE
gitlab-ce-data Pending 5d
gitlab-ce-etc Pending 5d
gitlab-ce-postgresql Pending 5d
gitlab-ce-redis-data Pending 5d
How can I troubleshoot these errors with creating pv's?