From f889b322bec77d8a6201b11878fcbf3e68a531ed Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Sat, 20 Nov 2021 20:10:44 -0500 Subject: [PATCH] fix: add description for monitoring the progress of the deployment --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6a602c..da2197a 100644 --- a/README.md +++ b/README.md @@ -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