nodeshift-archived/centos7-s2i-nodejs

image stream import does not appear in the catalog

lance opened this issue · 2 comments

lance commented

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.

screen shot 2017-12-19 at 5 52 41 pm

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?

lance commented

Upstream Issue: openshift/origin#17905

lance commented

@chargio I have updated the README.md to reflect the required steps as noted by the OpenShift team. b919c6e

However, I will leave this open because it is still not clear why a user must now be logged in as system:admin to achieve this.