The doc here does not set the storage class and default value for console storage class name is default which is not good. This will cause pvc pending when to create console.
solution:
- update the example to set the storage class name in playbook.
or
- state that the default storage class should exist or should set with command:
oc annotate sc StorageClassName storageclass.kubernetes.io/is-default-class=true