From e4ffb422ab4d7895c5cdb4d396c4b4d0d9d31547 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 22 Jan 2024 20:33:52 -0700 Subject: [PATCH] Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md --- .../Rancher RKE2/AWX Operator/Ansible AWX Operator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md index 38d1f7c..dcd0fd2 100644 --- a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md +++ b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md @@ -115,8 +115,8 @@ The RKE2 Cluster will translate `awx.bunny-lab.io` to the AWX web-service contai - AWX WebUI: https://awx.bunny-lab.io ![Ansible AWX WebUI](awx.png) - - AWX will generate its own secure password the first time you set up AWX. You can run the following command to retrieve it. + You may see a prompt about "AWX is currently upgrading. This page will refresh when complete". Be patient, let it finish. When it's done, it will take you to a login page. + AWX will generate its own secure password the first time you set up AWX. Username is `admin`. You can run the following command to retrieve the password: ``` kubectl get secret awx-admin-password -n awx -o jsonpath="{.data.password}" | base64 --decode ; echo ```