Bug 2057696
Summary: | Removing console still blocks OCP install from completing | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | David Vossel <dvossel> | ||||
Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.9 | CC: | ccrum, jhadvig, scuppett, spadgett, yapei | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.11.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2022-08-10 10:50:55 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 2076453 | ||||||
Attachments: |
|
Description
David Vossel
2022-02-23 21:02:14 UTC
Hey David, thanks for reporting the issue. Unfortunately console is a core component, thats why you wont be able to finish cluster installation without it, or at least Im not familiar with any change... Please open an RFE since this is architectural change. Jakub, this is setting `managementState: Removed` in the console operator config, which is already supported. It should not block upgrade. The operator is reporting a degraded state after console is successfully removed. So Im a bit confused right now,I thought this is not about the upgrade but rather the installation process, where the use case is to remove the console, due to which the installation will not get finished. David, which one is it? > due to which the installation will not get finished.
> David, which one is it?
install
Reassigning to Installer component since this is not issue of the Console. So I was in an impression that the installation is blocked by the fact that OCP can not be installed without the console, since its the core component. 1. spin up a 4.11 nightly cluster 4.11.0-0.nightly-2022-04-15-025856 2. set console.operator ManagementState to Removed $ oc get console.operator cluster -o json | jq .spec.managementState "Removed" 3. check co/console status, it shows 'Degraded: False' and 'Available: True' $ oc get co console -o json | jq .status.conditions [ { "lastTransitionTime": "2022-04-18T07:12:44Z", "message": "All is well", "reason": "AsExpected", "status": "False", "type": "Degraded" }, { "lastTransitionTime": "2022-04-18T07:15:49Z", "message": "All is well", "reason": "AsExpected", "status": "False", "type": "Progressing" }, { "lastTransitionTime": "2022-04-18T07:15:45Z", "message": "All is well", "reason": "AsExpected", "status": "True", "type": "Available" }, { "lastTransitionTime": "2022-04-18T07:12:45Z", "message": "All is well", "reason": "AsExpected", "status": "True", "type": "Upgradeable" } ] 4. trigger an upgrade from 4.11.0-0.nightly-2022-04-15-025856 to 4.11.0-0.nightly-2022-04-15-153812, the upgrade succeeded, console removed state doesn't block upgrade 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 (Important: OpenShift Container Platform 4.11.0 bug fix and 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:5069 |