Image Pull back off for TDF images
search cancel

Image Pull back off for TDF images

book

Article ID: 428569

calendar_today

Updated On:

Products

VMware Tanzu Data Intelligence

Issue/Introduction

Customer registry token was revoked got a new registry token based on the below article

https://knowledge.broadcom.com/external/article?articleId=421110

But aftre configured the new token on EKS environment customer getting Image Backoff error.

ImagePullBackOff (Back-off pulling image "registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.0": ErrImagePull: rpc error: code = NotFound desc = failed to pull and unpack image "registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.0": failed to resolve image: registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.0: not found)
ImagePullBackOff (Back-off pulling image "registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.1": ErrImagePull: rpc error: code = NotFound desc = failed to pull and unpack image "registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.1": failed to resolve image: registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.1: not found)

 

Environment

TDF 2.0

Cause

This is happen due to recent Artifactory enforcement changes. Currently, RnD teams are working on a solution to address this issue. 

Resolution

As workaround 

They can download the Image and charts from the support.broadcom.com and import them to their registry.

  • dataflow-2.0.x.tgz is the helm chart
  • images-2.0.x.tar is the tar file containing the docker images.


After uploading the images to their own registry, during helm chart installation, they can point to their own registry for the images via global.dataflowImageRegistry option.