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
Enable the CrossNamespaceVolumeDataSource feature gate for the CSI Provisioner
Grant ReferenceGrants read permission to the CSI Provisioner - I granted cluster-admin role fro SA CSI-provisioner
What you expected to happen?
The created PVC should contain the dataSourceRef field and the PV should contain data form SnapshotVolume
How to reproduce it (as minimally and precisely as possible)?
Apply the manifest above
Anything else we need to know?:
If I use the same namespace for PVC and SnapshotVolume - everything works as expected - PVC contains right source and PV contains the data from that SnapshotVolume
Environment
Kubernetes version (use kubectl version): 1.27
Driver version: 1.19.0
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/kind bug
What happened?
A PVC is configured for using the
dataSourceRef
in order to be able to useVolumeSnapshot
from the different namespaceBut this functionality does not work - PVC was created but the source field is absent and the PV that is created from this PVC is empty
All requirements from this manual https://kubernetes.io/blog/2023/01/02/cross-namespace-data-sources-alpha/ are met:
What you expected to happen?
The created PVC should contain the
dataSourceRef
field and the PV should contain data form SnapshotVolumeHow to reproduce it (as minimally and precisely as possible)?
Apply the manifest above
Anything else we need to know?:
If I use the same namespace for PVC and SnapshotVolume - everything works as expected - PVC contains right source and PV contains the data from that SnapshotVolume
Environment
kubectl version
): 1.27The text was updated successfully, but these errors were encountered: