IBM Cloud Docs
Why don't image streams populate on a secure by default cluster?

Why don't image streams populate on a secure by default cluster?

You completed the steps to allow outbound traffic to image streams, but image streams do not populate on a secure by default cluster.

In the console, when you navigate to the Import from GIT page and check the Builder Image section, you see a Unable to detect the Builder Image error.

Image streams are populated from a public registry. On a secure by default cluster, public access is blocked. If you disable traffic protection after the cluster is created, the image streams are not populated. The Cluster Samples Operator configuration management state is then errantly reported as Removed.

Update the Cluster Samples Operator configuration management state to fix the issue.

  1. Run the following command:

    oc edit configs.samples.operator.openshift.io cluster
    
  2. Change the Removed value to Managed.

  3. Repeat for each instance.

  4. In the console, refresh the Import from GIT page.