Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md
This commit is contained in:
@ -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
|
||||

|
||||
|
||||
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
|
||||
```
|
||||
|
Reference in New Issue
Block a user