Skip to content

nfs-provisioner for allowing storageclass testing in an all-in-one openshift platform

Notifications You must be signed in to change notification settings

syffs/openshift-nfs-provisioner

Repository files navigation

openshift-nfs-provisioner

nfs-provisioner for allowing storageclass testing in an all-in-one openshift platform

oc create -f serviceaccount.yaml
oc create -f openshift-scc.yaml
oc create -f openshift-clusterrole.yaml
oadm policy add-scc-to-user nfs-provisioner system:serviceaccount:default:nfs-provisioner
oadm policy add-cluster-role-to-user nfs-provisioner-runner system:serviceaccount:default:nfs-provisioner
oc create -f deployment.yaml
oc create -f class.yaml

Can test this way:

oc create -f claim.yaml

About

nfs-provisioner for allowing storageclass testing in an all-in-one openshift platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages