You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2020. It is now read-only.
We currently rely on the name of a storage class to dispatch logic (oci-ext3 etc). We should change this to look at the storage class provisioner parameter because the names of storage classes should be independent of any underlying logic.
The text was updated successfully, but these errors were encountered:
This makes storage classes largely useless. For example, storage classes should be able to define mount options, which may not apply to all PVs created; however, because we force names of storage classes we can't create multiple.
* Remove unused pod file
* Clean makefile to add version/build
* Add checks to all target, verbose build
* Configure for release
* Add release process and content type
* Move copy to step
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently rely on the name of a storage class to dispatch logic (oci-ext3 etc). We should change this to look at the storage class provisioner parameter because the names of storage classes should be independent of any underlying logic.
The text was updated successfully, but these errors were encountered: