image stream import does not appear in the catalog
lance opened this issue · 2 comments
When importing the image-streams.centos7.json
file as described in README.md
, the image stream is imported in to the minishift
and/or openshift
cluster, but it is no longer displayed in the web UI as a part of the catalog.
This behavior exists for both minishift
and OpenShift Online.
Once imported, the image will appear in the Builds->Images page, but not in the catalog.
The documentation for the image stream file format is here: https://docs.openshift.com/container-platform/3.7/dev_guide/managing_images.html#writing-image-streams-for-s2i-builders
When attempting to create an ImageStream
that is displayed in the catalog using the example YAML there, it also does not appear in the catalog. So this issue may be upstream?
Upstream Issue: openshift/origin#17905