Hi All,
I am setting up a multinode cluster with microk8s+microceph. The setup takes no time thanks to Ubuntu snap+documentation. However, with the instructions found in the Ubuntu pages there is only one Storage Class created which is based on rbd. With rbd storage class I could only create “ReadWriteOnce” pvcs and does not suite multi-replica pods requiring data storage (db statefulsets for example).
Exploring through the kubecluster (microk8s), I can see that there are csi-cephfsplugin-* pods. I can see the rook-ceph.cephfs.csi.ceph.com but no cephfs storage class.
What is the correct way of achieving a cephfs based storage class with the microk8s+microceph setup? Why is microceph not automatically creating a storage class as it does for the rbd?
Thanks for your time and please let me know if you need more information in this regard.