Bug 1530203

Summary: Pods table should show Receiving Traffic column
Product: OpenShift Container Platform Reporter: Yadan Pei <yapei>
Component: Management ConsoleAssignee: Samuel Padgett <spadgett>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.9.0CC: aos-bugs, jforrest, jokerman, mmccomas, spadgett, yapei
Target Milestone: ---Keywords: Regression
Target Release: 3.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-24 15:56:47 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 Yadan Pei 2018-01-02 09:07:53 UTC
Description of problem:
Didn't show Receiving Traffic status in Pods table on Services page

Version-Release number of selected component (if applicable):
v3.9.0-0.9.0

How reproducible:
Always

Steps to Reproduce:
1.Create Service and Pods
$ oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/routing/caddy-docker.json
$ oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/routing/unsecure/service_unsecure.json
2.Go to Service pages


Actual results:
2.In Pods table, Pod name, Status,Containers Ready,Container Restarts and Age are shown, but Receiving Traffic is missed

Expected results:
2. Should also show Receiving Traffic column since it was added in trello card https://trello.com/c/XnqipHxP 

Additional info:

Comment 1 Samuel Padgett 2018-01-02 14:42:33 UTC
Caused by a runtime error. There is a typo in the endpoints preferred version in origin-web-common ("resoource").

https://github.com/openshift/origin-web-common/blob/master/src/constants/apiPreferredVersions.js#L20

[OpenShift] _urlForResource called with unknown resource ResourceGroupVersion {resource: undefined, group: undefined, version: undefined} Arguments(5) [ResourceGroupVersion, null, {…}, null, {…}, callee: ƒ, Symbol(Symbol.iterator): ƒ]

Comment 2 Samuel Padgett 2018-01-02 14:42:44 UTC
Caused by a runtime error. There is a typo in the endpoints preferred version in origin-web-common ("resoource").

https://github.com/openshift/origin-web-common/blob/master/src/constants/apiPreferredVersions.js#L20

[OpenShift] _urlForResource called with unknown resource ResourceGroupVersion {resource: undefined, group: undefined, version: undefined} Arguments(5) [ResourceGroupVersion, null, {…}, null, {…}, callee: ƒ, Symbol(Symbol.iterator): ƒ]

Comment 4 Robb Hamilton 2018-01-02 16:32:22 UTC
*** Bug 1529062 has been marked as a duplicate of this bug. ***

Comment 7 Yadan Pei 2018-01-23 02:18:06 UTC
Pods table show "Receiving Traffic" correctly on v3.9.0-0.22.0, move to VERIFIED