You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, as kubernetes only allows sharing of PV/PVCs within the same namespace, but we would like to access the same storage from different namespaces, I was wondering whether mountpoint-s3-csi-driver supports this.
Concretely to have several PV/PVC combinations for different namespaces which still access the same s3 data. I couldn't find anything in the documentation.
/triage support
The text was updated successfully, but these errors were encountered:
The documentation mentions that the CrossNamespaceVolumeDataSource feature gate must also be enabled for the csi-provisioner. Does someone know how to do it for mountpoint-s3-csi-driver?
Sorry for the confusion - this featuregate apparently only initializes another pvc in a another namespace. It is not reusing the same pvc from another namespace... confused myself. Hence the original question is still the only solution today it seems - to have multiple PV/PVCs for each namespace
You're correct - currently it's not possible to use a single PVC across multiple namespaces, or a single PV in multiple PVCs.
If you configure the same S3 bucket and path in multiple volumes, you will have the same view of the data. I understand this is not ideal however. I'd recommend adding a 👍 to this feature request: #125
Hi there, as kubernetes only allows sharing of PV/PVCs within the same namespace, but we would like to access the same storage from different namespaces, I was wondering whether mountpoint-s3-csi-driver supports this.
Concretely to have several PV/PVC combinations for different namespaces which still access the same s3 data. I couldn't find anything in the documentation.
/triage support
The text was updated successfully, but these errors were encountered: