Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1628573

Summary: admin console reports 404 after upgrade to 3.11 until pods deleted
Product: OpenShift Container Platform Reporter: Justin Pierce <jupierce>
Component: Management ConsoleAssignee: Samuel Padgett <spadgett>
Status: CLOSED DUPLICATE QA Contact: Yadan Pei <yapei>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.11.0CC: aos-bugs, jokerman, jupierce, mmccomas
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: 2018-09-13 14:31:32 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
log output from openshift-console pods none

Description Justin Pierce 2018-09-13 13:13:11 UTC
Created attachment 1483061 [details]
log output from openshift-console pods

Description of problem:
After upgrade to from 3.10 to 3.11, admin-console would partially load and then report 404 error (it would then reload and repeat this process continuously). 

Issue https://bugzilla.redhat.com/show_bug.cgi?id=1625776 introduced additional logging to debug this issue. Logs included in attachment. 

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

How reproducible:
100% after upgrade

Additional info:
After deleting openshift-console pods, admin-console works as expected

Comment 1 Samuel Padgett 2018-09-13 14:31:32 UTC
This is a duplicate of bug 1625776, which prevents the console from starting until OAuth discovery finishes.

v3.11.0-0.32.0 is based on openshift/console commit 

6b7d7686fdba7a3077862dd60f4bc1b96701be9b

That commit doesn't have the fix unfortunately.

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

Comment 3 Samuel Padgett 2018-09-13 14:38:10 UTC
Note that the PR for bug 1625776 doesn't just add logging. It is a fix for the underlying problem.

https://github.com/openshift/console/pull/506