mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
Update README.md
Changing 1 section of code to make it easier for users to follow. took me 15 mins to figure out i needed to run something else
This commit is contained in:
parent
45775b06cf
commit
4fe74f5a3f
1 changed files with 4 additions and 0 deletions
|
|
@ -180,6 +180,10 @@ Deploy AWX, this takes few minutes to complete.
|
|||
```bash
|
||||
kubectl apply -k base
|
||||
```
|
||||
Then run
|
||||
```bash
|
||||
kubectl -n awx logs -f deployments/awx-operator-controller-manager -c awx-manager
|
||||
```
|
||||
|
||||
Once this completed, the logs of `deployments/awx-operator-controller-manager` end with:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue