Closed
Description
The in-tree Portworx Kubernetes driver currently relies on determining the namespace of the PVC during creation.
There are two issues with the current implementations in which none pass this information during creation of CSI volume:
1: On mounts the side car containers can pass the pod.Namespace (or more likely, the pvc name and namespace) to the CSI driver. We would like to have this on Creation.
and
2: Secrets Only passes secrets of the PVC namespace for every call except during creation.
We need 1:
to work and also would really to have 2:
to be more efficient in obtaining secrets.
Metadata
Metadata
Assignees
Labels
No labels