aenix-io / cozystack

Free and Open Source PaaS-platform for seamless management of virtual machines, managed Kubernetes, and Databases-as-a-Service
https://cozystack.io
Apache License 2.0
843 stars 48 forks source link

Get started - Configure StorageClasses #421

Open RaSerge opened 6 days ago

RaSerge commented 6 days ago

Hello! I continue to explore the cozystack code and documentation. In the get started section I came across a description of the storageClasses in Configure Storage. Is there a mistake here?

Any reasons why this modes are selected for replicated (i mean allowRemoteVolumeAccess: "false" and volumeBindingMode: Imediate)? Is it possible to add this StorageClasses to, for example, packages/system/linstor/templates/storage-classes.yaml (I can create a PR)?

kvaps commented 6 days ago

We're switched to Imediate binding because kubevirt-csi driver does not support WaitForFirstConsumer yet

https://github.com/kubevirt/csi-driver/issues/116

And forgot to update example output in docs though

RaSerge commented 6 days ago

thank you very much!!

kvaps commented 6 days ago

We probably still need to update docs