During a fresh deployment of Automic Automation Kubernetes Edition (AAKE) v24.4.4 HF1 in a restricted or air-gapped environment, the deployment fails to complete.
The pod wait-for-jcp-ws enters an ImagePullBackOff or ErrImagePull state. Upon inspecting the pod details (kubectl describe pod wait-for-jcp-ws), the events show:
Back-off pulling image "docker.io/library/busybox:latest"
Automic Automation Kubernetes Edition (AAKE) Version: v24.4.4 HF1
The helper pod wait-for-jcp-ws has a hardcoded reference to the public Docker Hub registry (docker.io). It does not correctly inherit the private registry settings configured in the values.yaml (such as global.imageRegistry). In environments where public internet access is restricted, the cluster cannot reach Docker Hub to pull the required busybox image.
This issue is being tracked under Engineering defect: DE189085.
The issue will be fixed in the future release of AAKE (for more details contact Broadcom Support) You can follow below workaround meantime.
Workaround :
To resolve the deployment block in the current version, manually update the image reference to point to your internal registry:
busybox image (e.g., my-internal-registry.com/library/busybox:latest).kubectl delete pod wait-for-jcp-ws -n [namespace]Running or Completed state.