Images do not pull

Hitachi iQ Studio Installation Guide

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

If the operator or application images aren’t being pulled from your container registry, follow these steps.

  1. Check if the image pull secret named regcred exists across all namespaces in your Kubernetes cluster:
    kubectl get secrets -A | grep regcred

    Verify and confirm that the image pull secret regcred exists:

    • The secret exists in the namespace where pods are deployed.
    • The secret contains valid credentials for the Docker registry.
    • The deployment references the secret using imagePullSecrets.
  2. If the secret is missing or invalid, recreate or update it.