Bug 1530203 - Pods table should show Receiving Traffic column
Summary: Pods table should show Receiving Traffic column
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 3.9.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.9.0
Assignee: Samuel Padgett
QA Contact: Yadan Pei
URL:
Whiteboard:
: 1529062 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-02 09:07 UTC by Yadan Pei
Modified: 2018-03-27 09:44 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2018-01-24 15:56:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0489 0 normal SHIPPED_LIVE Red Hat OpenShift Container Platform 3.9 RPM Release Advisory 2018-03-28 18:06:38 UTC

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


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