Description of problem: Get 404: Not Found when click the "Subscriptions"->"etcd-operator-xxx"->"ocs". Version-Release number of selected component (if applicable): quay.io/coreos/olm@sha256:44b445850b3e612c062424c3727bb85048ec8e71407b39985786d29aa20f5c79 quay.io/coreos/catalog@sha256:20886d49205aa8d8fd53f1c85fad6a501775226da25ef14f51258b7066e91064 console image id: docker-pullable://registry.reg-aws.openshift.com:443/openshift3/ose-console@sha256:f55d19eb5ad7e61e310e69aaea836d920cb07f83c5eaf3d43dcd56ff1ccbbaf2 How reproducible: always Steps to Reproduce: 1. Install the OLM, and create a subscription, for example: apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: etcd-operator- namespace: default spec: channel: alpha installPlanApproval: Manual name: etcd source: ocs startingCSV: etcdoperator.v0.6.1 2. Click the "Catalog Source"->"View subscription" -> "ocs" Actual results: 404: Not Found Expected results: Should display the catalog resource. Additional info:
I believe this was solved in https://github.com/openshift/console/pull/419.
Verified with ocp v3.11.0-0.20.0. # oc get pods -o yaml|grep image ......... imageID: docker-pullable://registry.reg-aws.openshift.com:443/openshift3/ose-console@sha256:fe177589fc22059289bd153536e7a96744e8d142f9e8655eea4951bdcdde0186
Still got the same issue, so reopen it. [root@qe-jiazha-master-etcd-nfs-001 ~]# oc version oc v3.11.0-0.25.0 kubernetes v1.11.0+d4cacc0 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://qe-jiazha-master-etcd-nfs-001:8443 openshift v3.11.0-0.25.0 kubernetes v1.11.0+d4cacc0 [root@qe-jiazha-master-etcd-nfs-001 ~]# oc get pods -o yaml | grep image image: registry.reg-aws.openshift.com:443/openshift3/ose-console:v3.11 imagePullPolicy: IfNotPresent imagePullSecrets: image: registry.reg-aws.openshift.com:443/openshift3/ose-console:v3.11 imageID: docker-pullable://registry.reg-aws.openshift.com:443/openshift3/ose-console@sha256:353452fe1cbca9af9e1f7ceb78034e8660a5ac8a0af7811fff6ca5f4131018e6 [root@qe-jiazha-master-etcd-nfs-001 ~]# oc get pods NAME READY STATUS RESTARTS AGE console-66549ff897-mcqvc 1/1 Running 0 6h [root@qe-jiazha-master-etcd-nfs-001 ~]# oc rsh console-66549ff897-mcqvc sh-4.2$ ls -al /root/buildinfo/ total 12 drwxr-xr-x. 1 root root 64 Aug 29 02:10 . dr-xr-x---. 1 root root 35 Aug 29 02:06 .. -rw-r--r--. 1 root root 2152 Aug 29 01:16 Dockerfile-openshift3-ose-base-v3.11.0-0.25.0.0 -rw-r--r--. 1 root root 3010 Aug 29 02:06 Dockerfile-openshift3-ose-console-v3.11.0-0.25.0.0 -rw-r--r--. 1 root root 2902 Aug 9 19:04 Dockerfile-rhel7-7.5-424
*** This bug has been marked as a duplicate of bug 1624773 ***