Use case
I want to restore data in my statefulset. So, lets say I have got the snapshot and restored the EBS volume. Now I want my pv object to point to the new EBS volume so that my pod can consume to the restored data. How can I do that ?
Challenges
- Restored volume is not attached to EKS instances.
- I am unable to edit the existing pv object on the fly.