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 an 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 incorrectly reported as Removed.
Update the Cluster Samples Operator configuration management state to fix the issue.
-
Run the following command:
oc edit configs.samples.operator.openshift.io cluster -
Change the
Removedvalue toManaged. -
Repeat this change for each affected instance.
-
In the console, refresh the Import from Git page.