docs: correct commands to gather logs from init containers (#366)

This commit is contained in:
kurokobo 2024-05-27 22:36:17 +09:00 committed by GitHub
parent 9319b945a3
commit 3d1a82d57f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,10 @@ 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-task -c init`
- `kubectl -n awx logs -f deployment/awx-web -c init`
- `kubectl -n awx logs -f deployment/awx-web -c init-projects`
- `kubectl -n awx logs -f deployment/awx-task -c init-database`
- `kubectl -n awx logs -f deployment/awx-task -c init-receptor`
- `kubectl -n awx logs -f deployment/awx-task -c init-projects`
- Logs of AWX related job container
- `kubectl -n awx logs -f job/awx-migration-<VERSION>`