Description of problem: console is degraded, that makes the installation failed # oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version False True 167m Unable to apply 4.6.0-0.nightly-2020-06-28-022022: the cluster operator console is degraded # oc -n openshift-console get pod NAME READY STATUS RESTARTS AGE console-56c64f4867-dxkgw 0/1 CrashLoopBackOff 34 149m console-56c64f4867-xp9v9 0/1 CrashLoopBackOff 33 149m console-7fc5f455c8-qcvft 0/1 CrashLoopBackOff 32 144m downloads-85c98ccd4f-d8bgk 1/1 Running 0 153m downloads-85c98ccd4f-f94cf 1/1 Running 0 153m # oc -n openshift-console logs console-56c64f4867-dxkgw 2020-06-28T05:35:11Z cmd/main: cookies are secure! panic: open pkg/graphql/schema.graphql: no such file or directory goroutine 1 [running]: github.com/openshift/console/pkg/server.(*Server).HTTPHandler(0xc000274c00, 0xc000274c00, 0xc000308180) /go/src/github.com/openshift/console/pkg/server/server.go:246 +0x32aa main.main() /go/src/github.com/openshift/console/cmd/bridge/main.go:591 +0x288d Version-Release number of selected component (if applicable): 4.6.0-0.nightly-2020-06-28-022022 How reproducible: always Steps to Reproduce: 1. Install OCP 4.6 2. 3. Actual results: console is degraded Expected results: no error Additional info:
Tried build 4.6.0-0.nightly-2020-06-29-003953, the issue is still there.
Assigning to Rastislav since he was in charge of the Add GO GraphQL Server PR - https://github.com/openshift/console/pull/5316
*** Bug 1851890 has been marked as a duplicate of this bug. ***
fixed with 4.6.0-0.nightly-2020-06-30-000342 # oc get co/console NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE console 4.6.0-0.nightly-2020-06-30-000342 True False False 133m # oc -n openshift-console get pod NAME READY STATUS RESTARTS AGE console-788b79dbcc-2zzgb 1/1 Running 0 133m console-788b79dbcc-6mxnl 1/1 Running 0 133m downloads-5cf6d8447-7ms5n 1/1 Running 0 143m downloads-5cf6d8447-btgpx 1/1 Running 0 143m # oc -n openshift-console logs console-788b79dbcc-6mxnl 2020-06-30T02:14:17Z cmd/main: cookies are secure! 2020-06-30T02:14:17Z cmd/main: Binding to [::]:8443... 2020-06-30T02:14:17Z cmd/main: using TLS
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 (OpenShift Container Platform 4.6 GA Images), 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-2020:4196