Cross namespace volume data source in PVC
Open
component/cephfs
component/deployment
component/nfs
component/rbd
dependency/k8s
keepalive
- Dominant language
- Go
- Stars
- 1.6k
- Forks
- 617
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 43
Description
# Describe the feature you'd like to have #
kubernete 1.26 is allowing cross namespace volume data sources in PVC. According to the doc, `you must enable the CrossNamespaceVolumeDataSource feature gate for the csi-provisioner.` So I'm assuming ceph-csi need to support this feature?
https://kubernetes.io/docs/concepts/storage/persistent-volumes/#cross-namespace-data-sources
# What is the value to the end user? (why is it a priority?) #
End users can leverage ceph's COW clone feature across different namespace. Currently it both source and destination pvc need to be on same namespace
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.