From: https://github.com/ManageIQ/manageiq-pods/pull/89 Increase maximum number of imported images on ImageStream By default OpenShift will import 5 images per ImageStream, we build and use more than 5 images in our repos for MIQ deployments. You can modify these settings on the master node at /etc/origin/master/master-config.yml, add the following at the end of the file and re-start the master service: ... imagePolicyConfig: maxImagesBulkImportedPerRepository: 100 $ systemctl restart atomic-openshift-master The downstream images don't have this problem yet, but will probably hit this soon, as we build more images in the future. Opening this BZ now, so this won't be forgotten.
Assigning to Dayle for review.
This content is live on the Customer Portal. Closing.