gluster / gluster-subvol

Subdirectories of Gluster volumes as PVs in Kubernetes and OpenShift
Apache License 2.0
11 stars 6 forks source link

Set empty StorageClass for recycler PVs #13

Closed JohnStrunk closed 5 years ago

JohnStrunk commented 6 years ago

The PVs created when deploying the recycler don't have a StorageClass set, so they get tagged with the cluster default. While there are no ill effects, it can be confusing when viewing PVs in the cluster.

Change the deployment scripts to set a blank class so the default does not get assigned.