mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2026-03-22 11:07:08 +11:00
docs: correct commands to gather logs from init containers (#366)
This commit is contained in:
parent
9319b945a3
commit
3d1a82d57f
1 changed files with 4 additions and 1 deletions
|
|
@ -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>`
|
||||
|
|
|
|||
Loading…
Reference in a new issue