Skip to content

Commit 4958640

Browse files
chore: collect k0scontroller systemd logs (#536)
we were not collecting those.
1 parent bac06c8 commit 4958640

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/goods/support/host-support-bundle.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ spec:
3535
collectorName: network-manager-logs
3636
command: journalctl
3737
args: [ "--since", "10 minutes ago", "--no-pager", "-u", "NetworkManager" ]
38+
- run:
39+
collectorName: k0scontroller-logs
40+
command: journalctl
41+
args: [ "--since", "2 days ago", "--no-pager", "-u", "k0scontroller.service" ]
3842
hostAnalyzers:
3943
- memory:
4044
checkName: Amount of Memory

0 commit comments

Comments
 (0)