diff --git a/tips/troubleshooting.md b/tips/troubleshooting.md index 66cb612..68a47f5 100644 --- a/tips/troubleshooting.md +++ b/tips/troubleshooting.md @@ -95,6 +95,9 @@ For AWX Operator and AWX, specifically, the following commands are helpful. - Logs of AWX Operator - `kubectl -n awx logs -f deployment/awx-operator-controller-manager` +- Logs of AWX related init containers + - `kubectl -n awx logs -f deployment/awx -c init` + - `kubectl -n awx logs -f deployment/awx -c init-projects` - Logs of AWX related containers - `kubectl -n awx logs -f deployment/awx -c awx-web` - `kubectl -n awx logs -f deployment/awx -c awx-task`