Bug 2118545
| Summary: | [UI] after the installation for the day2 worker for sno is done, the progress bar label should changed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | multicluster engine for Kubernetes | Reporter: | Shelly Miron <smiron> | ||||
| Component: | Infrastructure Operator | Assignee: | Michael Filanov <mfilanov> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Chad Crum <ccrum> | ||||
| Severity: | medium | Docs Contact: | Derek <dcadzow> | ||||
| Priority: | medium | ||||||
| Version: | 2.1 | CC: | cbynum, ccrum, epassaro, jtomasek, mlele, trwest, yfirst | ||||
| Target Milestone: | --- | Flags: | cbynum:
multicluster-engine-2.1+
cbynum: multicluster-engine-2.1.z+ |
||||
| Target Release: | mce-2.1.2 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-11-01 16:03:49 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: |
|
||||||
Hi, the issue with the wrong label was fixed for 1 worker node that was added to the sno spoke (image attached). on the other hand, when a worker node was installed, and we are adding an additional worker node to that sno spoke, the label that is shown is as if we are installing 2 new worker nodes into that sno spoke (see image attached). tested with: $ oc version Client Version: 4.11.5 Kustomize Version: v4.5.4 Server Version: 4.11.5 Kubernetes Version: v1.24.0+3882f8f MCE version: 2.1.2-DOWNANDBACK-2022-09-26-14-39-26 We currently don't have any means to differentiate between day 1 and day 2 workers. Maybe we can try to leverage a cluster status - if a cluster is in 'adding hosts' status (day2) we change the label to 'Scaling the cluster to X workers'. IMHO it would be good to have a separate BZ for this. @smiron what do you think? I've created a separate bug for the new issue, https://bugzilla.redhat.com/show_bug.cgi?id=2131944 Moving back to ON_QA Verified with MCE 2.1.2-DOWNANDBACK-2022-10-14-18-22-00 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 (Multicluster Engine for Kubernetes 2.1.2 container updates and bug fixes), 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-2022:7277 |
Created attachment 1905676 [details] day2 worker for sno label not changed Description of the problem: -------------------------------------- After adding a day2 worker to an sno cluster from the UI, we expect the progress bar label to change from "Installing 1 worker" to "worker added" or "worker installed" or something equivalent. Release version: -------------------------------------- 2.6/2.1 Operator snapshot version: -------------------------------------- MCE version: 2.1.0-DOWNANDBACK-2022-08-11-23-42-45 OCP version: -------------------------------------- $ oc version Client Version: 4.11.0-0.nightly-2022-08-11-023608 Kustomize Version: v4.5.4 Server Version: 4.11.0-0.nightly-2022-08-11-023608 Kubernetes Version: v1.24.0+9546431 Browser Info: -------------------------------------- chrome/firefox Steps to reproduce: -------------------------------------- 1. Create sno cluster from the UI 2. Add 1 day2 worker to that spoke 3. Wait for the worker to finish installation Actual results: -------------------------------------- after the installation for the day2 worker for sno is done, the progress bar label is not changed accordingly Expected results: -------------------------------------- after the installation for the day2 worker for sno is done, the progress bar label changed accordingly Additional info: -------------------------------------- screenshot