Bug 1364317

Summary: Could not access dc by clicking link to dc on overview page when service is exposed from rc.
Product: OpenShift Container Platform Reporter: Yanping Zhang <yanpzhan>
Component: Management ConsoleAssignee: Jessica Forrester <jforrest>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.3.0CC: aos-bugs, jokerman, mmccomas, pweil, tdawson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-19 12:54:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yanping Zhang 2016-08-05 04:17:30 UTC
Description of problem:
Create pod from dc, then expose a service from rc, try to click the link to dc on overview page, it gives no response.

Version-Release number of selected component (if applicable):
OpenShift v3.3.0.14
Kubernetes v1.3.0+57fb9ac

How reproducible:
Always

Steps to Reproduce:
1.Create pod from dc.
# oc run testdc --image=aosqe/hello-openshift -n prozyp
deploymentconfig "testdc" created
# oc get rc -n prozyp
NAME       DESIRED   CURRENT   AGE
testdc-1   1         1         8m

2.Expose a service from rc.
# oc expose rc/testdc-1 --port=8080 -n prozyp
service "testdc-1" exposed

3.Try to access dc by clicking the link to dc on overview page.

Actual results:
2.Service is created successfully.
3.It gives no response.

Expected results:
3.Should jump to dc page when click the link to dc on overview page.

Additional info:

Comment 1 Jessica Forrester 2016-08-05 20:39:39 UTC
merging to origin in https://github.com/openshift/origin/pull/10253

Comment 2 Jessica Forrester 2016-08-05 20:41:03 UTC
sorry forgot this was an OCP bug, leaving as assigned to origin PR merges

Comment 3 Yanping Zhang 2016-08-12 03:07:04 UTC
Tested on openshift v3.3.0.18, when create a dc, then expose a service from rc, click link to dc on overview page, it can jump to dc page now.
The bug has been fixed, so move it to Verified.