Identifying rollback failures

Hitachi iQ Studio Installation Guide

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

Identify which components did not roll back successfully and determine the cause of the rollback failure.

  1. Review the full ProductRelease status for per-component failure details.
    kubectl get productrelease <name> -n iqstudio-operator -o yaml
  2. Note the names of any components that are not in the Ready or RollbackCompleted phase.
  3. Review Helm release history for each affected component.
    helm history <release-name> -n <namespace>