I can’t find anything in the docs about this.
this is a default definition of a DO SC
Name: do-block-storage
IsDefaultClass: Yes
Annotations: kubectl.kubernetes.io/last-applied-configuration={"allowVolumeExpansion":true,"apiVersion":"storage.k8s.io/v1","kind":"StorageClass","metadata":{"annotations":{"storageclass.kubernetes.io/is-default-class":"true"},"name":"do-block-storage"},"provisioner":"dobs.csi.digitalocean.com","reclaimPolicy":"Delete"}
,storageclass.kubernetes.io/is-default-class=true
Provisioner: dobs.csi.digitalocean.com
Parameters: <none>
AllowVolumeExpansion: True
MountOptions: <none>
ReclaimPolicy: Delete
VolumeBindingMode: Immediate
Events: <none>
Where can I find the different options to configure a Storage class in DO?
Maybe it is possible to set how many IOPS you want.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there @kadaffy,
I believe that there is only one Block Storage Volume class as of the time being. This is why there are no configurable options.
For more information on the Block Storage Volumes you could take a look at this page here:
https://docs.digitalocean.com/products/volumes/
Hope that this helps! Regards, Bobby