mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
docs: add command to gather logs from init containers
This commit is contained in:
parent
8cd801ea43
commit
a1891c0c1f
1 changed files with 3 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue