Confirm that all component pods are running normally after recovery. Confirm all component pods are running after recovery. kubectl get pods -A | grep -v Running | grep -v Completed All pods should show a Running status. If any pods remain in CrashLoopBackOff or Error, collect the logs and contact Hitachi Vantara support. Retrieve logs from the previous container instance for a pod that restarted. kubectl logs <pod-name> -n <namespace> --previous