Description of problem:
In the cloud, PVCs are automatically bound to a default Storage Class provided by the Cloud Provider.
On prem, the storage question is more complicated as their might be multiple storage classes, eg with different storage sizes and speeds.
The Dashboard should allow specifying at least the Storage Class to include in the PVC object request.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
N/A
Actual results:
N/A
Expected results:
N/A
Reproducibility (Always/Intermittent/Only Once):
N/A
Build Details:
Workaround:
Specify the default PVC at the cluster level
oc annotate sc/local-sc storageclass.kubernetes.io/is-default-class=true
but as noted by Guillaume Moutier on slack:
> setting a class as default must be a well-thought about move. You may have Pods/PVs that don't set the SC, but that you would not want to use what you set as default...
Additional info:
- relates to
-
RHODS-6274 New RHODS SM requirement: Default storage class
- Closed
- mentioned on