Accessing Quobyte volumes from kubernetes is currently partly supported. We fully support mounting PersistentVolumes, but dynamic provisioning with storage classes is not yet supported and requires an external storage provisioner as described here.
In an OpenShift environment, you need to create a service account which runs the client container.
$ oc create serviceaccount quobyteclientsrv -n quobyte
$ oc adm policy add-scc-to-user privileged -n quobyte -z quobyteclientsrvThen, uncomment the line
serviceAccountName: quobyteclientsrvin client-ds.yaml or client-certificate-ds.yaml.
The remaining steps are the same as found in the client quick setup.