Skip to content

Commit

Permalink
chore: collect k0scontroller systemd logs (#536)
Browse files Browse the repository at this point in the history
we were not collecting those.
  • Loading branch information
ricardomaraschini authored Apr 23, 2024
1 parent bac06c8 commit 4958640
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/goods/support/host-support-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
collectorName: network-manager-logs
command: journalctl
args: [ "--since", "10 minutes ago", "--no-pager", "-u", "NetworkManager" ]
- run:
collectorName: k0scontroller-logs
command: journalctl
args: [ "--since", "2 days ago", "--no-pager", "-u", "k0scontroller.service" ]
hostAnalyzers:
- memory:
checkName: Amount of Memory
Expand Down

0 comments on commit 4958640

Please sign in to comment.