Verify that all components are running correctly and that the deployment uses the new version.
- 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
- 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}' - 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. - Review the upgrade log to verify that the upgrade completed successfully.
tail -- 50 logs/iqstudio-bootstrap-*.log
- 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
- Check the product version in the iQ Studio.
- In the iQ Studio, click the profile icon.
- Select About to view the product version.
Confirm that the displayed version matches the upgraded release (for example, v1.0.1).
- In the iQ Studio, click the profile icon.
The upgrade is complete.