Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md
This commit is contained in:
@ -121,6 +121,16 @@ The RKE2 Cluster will translate `awx.bunny-lab.io` to the AWX web-service contai
|
|||||||
kubectl get secret awx-admin-password -n awx -o jsonpath="{.data.password}" | base64 --decode ; echo
|
kubectl get secret awx-admin-password -n awx -o jsonpath="{.data.password}" | base64 --decode ; echo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Change Admin Password
|
||||||
|
You will want to change the admin password straight-away. Use the following navigation structure to find where to change the password:
|
||||||
|
``` mermaid
|
||||||
|
graph LR
|
||||||
|
A[AWX Dashboard] --> B[Access]
|
||||||
|
B --> C[Users]
|
||||||
|
C --> D[Admin]
|
||||||
|
D --> E[Edit]
|
||||||
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
You may wish to want to track the deployment process to verify that it is actually doing something. There are a few Kubernetes commands that can assist with this listed below.
|
You may wish to want to track the deployment process to verify that it is actually doing something. There are a few Kubernetes commands that can assist with this listed below.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user