Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 854 Bytes

client_quick_setup_openshift.md

File metadata and controls

24 lines (19 loc) · 854 Bytes

Quick Start Guide to use Quobyte from OpenShift Origin

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.

Client setup

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 quobyteclientsrv

Then, uncomment the line

serviceAccountName: quobyteclientsrv

in client-ds.yaml or client-certificate-ds.yaml.

The remaining steps are the same as found in the client quick setup.