Skip to content

Commit

Permalink
chore: collect ekco logs in host collector bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh committed Jan 15, 2024
1 parent 5c5572d commit 8deaeea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions host/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,15 @@ spec:
collectorName: "crictl-logs-haproxy-previous"
command: "sh"
args: ["-c", "crictl logs -p $(crictl ps -a --name haproxy -l --quiet) 2>&1"]
# Logs from ekco (Used by kURL to rotate certs and other tasks)
- run:
collectorName: "crictl-logs-ekco"
command: "sh"
args: ["-c", "crictl logs $(crictl ps -a --name ekc-operator -l --quiet) 2>&1"]
- run:
collectorName: "crictl-logs-ekco-previous"
command: "sh"
args: ["-c", "crictl logs -p $(crictl ps -a --name ekc-operator -l --quiet) 2>&1"]
# sysctl parameters
- run:
collectorName: "sysctl-all"
Expand Down

0 comments on commit 8deaeea

Please sign in to comment.