From fba30ab3a3c42d798371d3669bb4b9eb53c154f5 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 22 Jan 2024 20:30:30 -0700 Subject: [PATCH] Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md --- .../Rancher RKE2/AWX Operator/Ansible AWX Operator.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md index 016d007..ac0cf33 100644 --- a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md +++ b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md @@ -90,6 +90,16 @@ Now it is time to tell Kubernetes to read the configuration files using Kustomiz ensure CRDs are installed first ``` + To check on the progress of the deployment, you can run the following command: `kubectl get pods -n awx` + You will know that AWX is ready to be accessed in the next step if the output looks like below: + ``` + NAME READY STATUS RESTARTS AGE + awx-operator-controller-manager-7b9ccf9d4d-cnwhc 2/2 Running 2 (3m41s ago) 9m41s + awx-postgres-13-0 1/1 Running 0 6m12s + awx-task-7b5f8cf98c-rhrpd 4/4 Running 0 4m46s + awx-web-6dbd7df9f7-kn8k2 3/3 Running 0 93s + ``` + ``` sh cd /awx kubectl apply -k .