mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
fix: add description for monitoring the progress of the deployment
This commit is contained in:
parent
a1e1800085
commit
f889b322be
1 changed files with 4 additions and 2 deletions
|
|
@ -180,12 +180,14 @@ Deploy AWX, this takes few minutes to complete.
|
|||
```bash
|
||||
kubectl apply -k base
|
||||
```
|
||||
Then run
|
||||
|
||||
To monitor the progress of the deployment, check the logs of `deployments/awx-operator-controller-manager`:
|
||||
|
||||
```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:
|
||||
When the deployment completes successfully, the logs end with:
|
||||
|
||||
```txt
|
||||
$ kubectl -n awx logs -f deployments/awx-operator-controller-manager -c awx-manager
|
||||
|
|
|
|||
Loading…
Reference in a new issue