mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
Merge pull request #17 from InsomniacFTW/patch-1
Fixed confusing part in readme.md
This commit is contained in:
commit
a1e1800085
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