docs: add command to gather logs from init containers

This commit is contained in:
kurokobo 2023-03-21 01:00:32 +09:00
parent 8cd801ea43
commit a1891c0c1f

View file

@ -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`