utkuozdemir / pv-migrate

CLI tool to easily migrate Kubernetes persistent volumes
Apache License 2.0
1.57k stars 76 forks source link

Error: migration failed: all strategies failed for this migration #262

Closed zibroo closed 10 months ago

zibroo commented 10 months ago

I am trying to migrate data from one PV (this is Pv of statefulset in A namespace ) to another PV (this is also PV of sts but in B namespace) . When I tried to do this on eks cluster which I created It worked fine , but as I tried to do same thing on working cluster (dev) I faced with error that "Error: migration failed: all strategies failed for this migration" and I don't know the reason why this is happening. What can be the reason?