Hi Team,
I have tried to backup my Kubernetes application using PVC and PV ( Local disk I have created), backup is successful. It only Backups the application and PVC.
When I try to restore that application in same cluster in different namespace or different cluster it goes to pending state. When I check the logs PVC looking for PV. I have manually create separate PV for that, then application goes running state.
The strange behaviour is when I describe the restored application, its docker image got changed and its showing “centos:8” as the image name.
Can you please help me on this issue.
Thanks
Naveen

