Hide Forgot
1. update ingress.config and customize certs for default console route $ oc get ingress.config cluster -o json | jq .spec { "componentRoutes": [ { "hostname": "console-openshift-console.apps.ci-ln-x09q8r2-72292.origin-ci-int-gce.dev.rhcloud.com", "name": "console", "namespace": "openshift-console", "servingCertKeyPairSecret": { "name": "custom-console-component" } } ], "domain": "apps.ci-ln-x09q8r2-72292.origin-ci-int-gce.dev.rhcloud.com" } 2. after we made above changes, co/console is still working oc get co NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE authentication 4.10.0-0.nightly-2022-01-12-033357 True False False 16m baremetal 4.10.0-0.nightly-2022-01-12-033357 True False False 29m cloud-controller-manager 4.10.0-0.nightly-2022-01-12-033357 True False False 32m cloud-credential 4.10.0-0.nightly-2022-01-12-033357 True False False 34m cluster-autoscaler 4.10.0-0.nightly-2022-01-12-033357 True False False 29m config-operator 4.10.0-0.nightly-2022-01-12-033357 True False False 31m console 4.10.0-0.nightly-2022-01-12-033357 True False False 19m 3. visit default console route, the certificate is updated accordingly the reported issue has been fixed
Hi Chen, We will backport to 4.8.z as well but it can only happen after 4.9 fix PR gets merged and verified. A new 4.8.z bug will be automatically opened after 4.9.z PR get merged! See https://github.com/openshift/console-operator/pull/624#issuecomment-1010788316
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 (Moderate: OpenShift Container Platform 4.10.3 security update), 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/RHSA-2022:0056