Bug 2094239
Summary: | custom pool Nodes with 0 nodes are always populated in progress bar | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> | ||||
Component: | Management Console | Assignee: | Robb Hamilton <rhamilto> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.11 | CC: | yapei | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.11.0 | ||||||
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: | 2022-08-10 11:16:50 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
Yadan Pei
2022-06-07 09:24:23 UTC
Good catch, Ya Dan! This shouldn't happen all that often, but we only want to render the progress bar if the MachineConfigPool has one or more Nodes. 1. set up 4.11.0-0.nightly-2022-06-15-222801 cluster $ oc adm upgrade Cluster version is 4.11.0-0.nightly-2022-06-15-222801 Upstream: https://amd64.ocp.releases.ci.openshift.org/graph Channel: stable-4.11 Recommended updates: VERSION IMAGE 4.11.0-0.nightly-2022-06-18-081846 registry.ci.openshift.org/ocp/release@sha256:9187a5515828609ba136b2087a8ba3b4942acb549ef5ff5e3459aaa6fcb33e05 4.11.0-0.nightly-2022-06-17-195923 registry.ci.openshift.org/ocp/release@sha256:46cf9fc6ae317357a9a8c52b58756402bc315e032c7596d1a39a4ee9f2542294 2. create infra mcp as in description 3. $ oc get mcp NAME CONFIG UPDATED UPDATING DEGRADED MACHINECOUNT READYMACHINECOUNT UPDATEDMACHINECOUNT DEGRADEDMACHINECOUNT AGE infra rendered-infra-141b5bd405d1cf2f72586826bbcb936e True False False 0 0 0 0 92s master rendered-master-ed4116e64b0814e4a9f0bfa243d39d84 True False False 3 3 3 0 7h26m worker rendered-worker-141b5bd405d1cf2f72586826bbcb936e True False False 3 3 3 0 7h26m 4. check cluster settings page, the 'infra Node' progress bar is not shown verified on 4.11.0-0.nightly-2022-06-15-222801 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 |