Our app is migrating to a new namespace in Rancher-managed Kubernetes. Currently, the app uses a PVC that is bound to the old namespace. What is the recommended way to migrate or reuse the existing PVC in the new namespace?
h
hundreds-evening-84071
08/19/2025, 1:17 PM
take a look at your deployment yaml
the pvc is bound to the app not namespace
hundreds-evening-84071
08/19/2025, 1:18 PM
are you moving the app to a different cluster or different namespace?