From 99992a4bcd7ab78cb54901c77a4c8b57b3988595 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 1 Aug 2024 03:08:39 -0600 Subject: [PATCH] Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md --- .../Servers/AWX/AWX Operator/Ansible AWX Operator.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md b/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md index b0ae113..bea0c7f 100644 --- a/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md +++ b/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md @@ -211,6 +211,8 @@ kubectl logs -n awx awx-postgres-15-0 awx-web-9497647b4-s4gmj 3/3 Running 0 10m ``` + If you see a migration pod, like seen in the above example, you can feel free to delete it with the following command: `kubectl delete pod awx-migration-24.6.1-bh5vb -n awx`. + ## Troubleshooting You may wish to want to track the deployment process to verify that it is actually doing something. There are a few Kubernetes commands that can assist with this listed below.