Verifying component pod status

Hitachi iQ Studio Installation Guide

Version
1.0.x
Audience
anonymous
Part Number
MK-26HIQS000-01
ft:lastEdition
2026-06-10

Confirm that all component pods are running normally after recovery.

  1. 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.

  2. Retrieve logs from the previous container instance for a pod that restarted.
    kubectl logs <pod-name> -n <namespace> --previous