Verifying the upgrade

Hitachi iQ Studio Installation Guide

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

Verify that all components are running correctly and that the deployment uses the new version.

  1. Check the ProductRelease status.
    kubectl get productrelease -n iqstudio-operator

    Run this command to view detailed status information, including confirmation that the phase is Ready

    kubectl describe productrelease -n iqstudio-operator
  2. Check the operator version if the operator was upgraded.
    kubectl get deployment iqstudio-operator -n iqstudio-operator \
      -o jsonpath='{.spec.template.spec.containers[0].image}'

  3. Confirm that all pods are running.
    kubectl get pods -A | grep -v Running | grep -v Completed
    Note: During the upgrade, some pods might temporarily show ContainerCreating or Terminating. This behavior is normal. Wait until all pods return to Running.
  4. Review the upgrade log to verify that the upgrade completed successfully.
    tail -- 50 logs/iqstudio-bootstrap-*.log
  5. Confirm that you see this message.
    [INFO] 2026-05-25 03:46:04 - ════════════════════════════════════════════════════════════════
    [INFO] 2026-05-25 03:46:04 - 📊 [12min 31s] Phase: <none> → Ready
    [INFO] 2026-05-25 03:46:04 - ════════════════════════════════════════════════════════════════
    
    [SUCCESS] 2026-05-25 03:46:04 - ════════════════════════════════════════════════════════════════
    [SUCCESS] 2026-05-25 03:46:04 - ✓✓✓ ProductRelease deployment SUCCESSFUL! ✓✓✓
    [SUCCESS] 2026-05-25 03:46:04 - ════════════════════════════════════════════════════════════════
    
    [INFO] 2026-05-25 03:46:04 - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    [INFO] 2026-05-25 03:46:04 - CHECKING PRODUCTRELEASE FINAL STATUS
    [INFO] 2026-05-25 03:46:04 - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    
    [INFO] 2026-05-25 03:46:05 - ProductRelease: iqstudio-release-v1-0-1
    [INFO] 2026-05-25 03:46:05 - Final Phase: Ready
    [INFO] 2026-05-25 03:46:05 - Message: All components installed successfully
    
    
    [SUCCESS] 2026-05-25 03:46:05 - ✓✓✓ ProductRelease deployment SUCCESSFUL! ✓✓✓
    
    NAME                      PHASE   REVISION   AGE
    iqstudio-release-v1-0-0   Ready   1          151m
    iqstudio-release-v1-0-1   Ready   1          12m
  6. Check the product version in the iQ Studio.
    1. In the iQ Studio, click the profile icon.
    2. Select About to view the product version.
      Confirm that the displayed version matches the upgraded release (for example, v1.0.1).
The upgrade is complete.