Replies: 2 comments
-
Have a look at the documentation about static provisioning, I suspect that answers your question. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, it helped. I missed this solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature you'd like to have
I need a way to mount large, manually created cephfs volume in k8s pod.
Kubernetes 1.28.0 depreciates in tree CephFS mounting option and suggests using Ceph CSI driver instead for that use case.
Original mounting mechanism had ability to mount pre-existing cephfs volume to a pod. https://github.com/kubernetes/examples/blob/master/volumes/cephfs/cephfs.yaml
Ceph CSI driver seems to work only on dynamically provisioned modules. There are no examples on how to create PV manually.
https://github.com/ceph/ceph-csi/tree/devel/examples/cephfs
What is the value to the end user? (why is it a priority?)
Ability to mount manually created CephFS subvolumes
Additional context
I'm not sure if this use case is supported or not. It would be nice to have confirmation and example of how to create such PV.
Beta Was this translation helpful? Give feedback.
All reactions