storageos / storageos.github.io

Public documentation for StorageOS, persistent storage for Docker and Kubernetes
https://docs.storageos.com
16 stars 17 forks source link

operator/install: Add SCC for statefulset #249

Closed darkowlzz closed 5 years ago

darkowlzz commented 5 years ago

The statefulset service account also needs privilege to use the volume hostpath in the CSI sidecar containers.

Arau commented 5 years ago

LGTM

Arau commented 5 years ago

We will need sooner than later to give people a proper SCC rather than telling them to use privileged.

Also mind that even in OpenShift 3.11, CSI is considered tech preview aka non production ready. So not many people is going to use it yet.