fix: add description for monitoring the progress of the deployment

This commit is contained in:
kurokobo 2021-11-20 20:10:44 -05:00
parent a1e1800085
commit f889b322be

View file

@ -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