Bug 1619198 - return 404 when click the "Subscriptions"->"etcd-operator-xxx"->"ocs"
Summary: return 404 when click the "Subscriptions"->"etcd-operator-xxx"->"ocs"
Keywords:
Status: CLOSED DUPLICATE of bug 1624773
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.11.0
Assignee: Alec Merdler
QA Contact: Jian Zhang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-20 10:14 UTC by Jian Zhang
Modified: 2018-09-04 17:15 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-09-04 17:15:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jian Zhang 2018-08-20 10:14:28 UTC
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:

Comment 1 Alec Merdler 2018-08-20 14:39:02 UTC
I believe this was solved in https://github.com/openshift/console/pull/419.

Comment 3 ge liu 2018-08-23 06:56:41 UTC
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

Comment 4 Jian Zhang 2018-09-03 07:46:01 UTC
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

Comment 5 Alec Merdler 2018-09-04 17:15:12 UTC

*** This bug has been marked as a duplicate of bug 1624773 ***


Note You need to log in before you can comment on or make changes to this bug.