-
How can we access persistent volume provisioned dynamically by open EBS in pods across different namespaces? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Devesh31, which OpenEBS storage engine is this for? |
Beta Was this translation helpful? Give feedback.
@Devesh31 , an OpenEBS PV can be accessed by only 1 pod at a time. It is possible to delete the first pod's PVC (retaining the PV) and then launching a second pod in a different namespace and request for the same PV.