Bug 1512473

Summary: The Init:Error pod should not be "Pod Initializing" sandglass on pod page
Product: OpenShift Container Platform Reporter: Xingxing Xia <xxia>
Component: Management ConsoleAssignee: Robb Hamilton <rhamilto>
Status: CLOSED ERRATA QA Contact: Yadan Pei <yapei>
Severity: low Docs Contact:
Priority: medium    
Version: 3.7.0CC: aos-bugs, jforrest, jokerman, mmccomas, spadgett
Target Milestone: ---   
Target Release: 3.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: The web console's pod status filter had not been updated to account for init container status after init containers were added to the platform. Consequence: As a result, the web console's pod status filter did not display init status, including and init status of error. Fix: The pod status filter has been updated to display init status. Result: If a pod has an Init:Error status, the pod status filter now outputs "Init Error" instead of "Pod Initializing".
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-28 14:12:08 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:
Attachments:
Description Flags
Pod Initializing none

Description Xingxing Xia 2017-11-13 10:20:14 UTC
Created attachment 1351497 [details]
Pod Initializing

Description of problem:
The Init:Error pod should not be "Pod Initializing" sandglass on pod page

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

How reproducible:
Always

Steps to Reproduce:
1. Make a pod whose status will be Init:Error
E.g. ordering Perl image on home page with invalid git repo, the build pod will be Init:Error
$ oc get build
NAME      TYPE      FROM         STATUS                       STARTED         DURATION
perl-1    Source    Git@master   Failed (FetchSourceFailed)   5 minutes ago   3s
$ oc get pod
NAME            READY     STATUS       RESTARTS   AGE
perl-1-build    0/1       Init:Error   0          2m

2. Check _pod_ "perl-1-build" status/icon on pods list page and pod page

Actual results:
2. It shows "Pod Initializing" sandglass, making a wrong feeling the pod is still initializing

Expected results:
2. Should show error status/icon

Additional info:

Comment 3 Robb Hamilton 2018-01-26 19:26:22 UTC
PR to resolve: https://github.com/openshift/origin-web-console/pull/2676

Comment 5 Xingxing Xia 2018-02-05 06:52:39 UTC
Checked in OCP v3.9.0-0.36.0, now the Init:Error pod is displayed correctly "X Init Error" in pods list page and pod page

Comment 8 errata-xmlrpc 2018-03-28 14:12:08 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0489