From 4fe74f5a3ff6b7a2e38d2076df5e8da6452dbce2 Mon Sep 17 00:00:00 2001 From: Liam Gamache Date: Fri, 19 Nov 2021 22:19:15 -0500 Subject: [PATCH] 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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2fe2bed..c6a602c 100644 --- a/README.md +++ b/README.md @@ -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: