From 8deaeea1207d3b02be877c1051149c207bfa69d5 Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Mon, 15 Jan 2024 17:09:54 +0000 Subject: [PATCH] chore: collect ekco logs in host collector bundles --- host/default.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/host/default.yaml b/host/default.yaml index e04ae75..c149705 100644 --- a/host/default.yaml +++ b/host/default.yaml @@ -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"