From 36830b5d9a46214ac21524cb3da40731d1380145 Mon Sep 17 00:00:00 2001 From: Kevin Quinn Date: Tue, 26 May 2026 15:01:16 +0100 Subject: [PATCH] Fix MetalLB web console install procedure based on Playwright validation Playwright-driven testing against a live OCP 4.21 cluster identified three gaps in the documented procedure: a missing tile-click step, incorrect namespace references (openshift-operators vs metallb-system), and no mention of the install progress page users see after clicking Install. Co-Authored-By: Claude Opus 4.6 --- modules/metallb-installing-using-web-console.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/metallb-installing-using-web-console.adoc b/modules/metallb-installing-using-web-console.adoc index 977735888f6c..6ed55b0663ba 100644 --- a/modules/metallb-installing-using-web-console.adoc +++ b/modules/metallb-installing-using-web-console.adoc @@ -21,7 +21,11 @@ As a cluster administrator, you can install the MetalLB Operator by using the {p + You can also filter options by *Infrastructure Features*. For example, select *Disconnected* if you want to see Operators that work in disconnected environments, also known as restricted network environments. +. Click the *MetalLB Operator* tile and click *Install*. + . On the *Install Operator* page, accept the defaults and click *Install*. ++ +The web console displays the *Installing Operator* page with a status update. Wait until the Operator installs before continuing. .Verification @@ -29,10 +33,10 @@ You can also filter options by *Infrastructure Features*. For example, select *D .. Navigate to the *Ecosystem* -> *Installed Operators* page. -.. Check that the Operator is installed in the `openshift-operators` namespace and that its status is `Succeeded`. +.. Check that the Operator is installed in the `metallb-system` namespace and that its status is `Succeeded`. . If the Operator is not installed successfully, check the status of the Operator and review the logs: .. Navigate to the *Ecosystem* -> *Installed Operators* page and inspect the `Status` column for any errors or failures. -.. Navigate to the *Workloads* -> *Pods* page and check the logs in any pods in the `openshift-operators` project that are reporting issues. +.. Navigate to the *Workloads* -> *Pods* page and check the logs in any pods in the `metallb-system` project that are reporting issues.