From b145c1076fe231221eae204c2dce4d8a6d680f77 Mon Sep 17 00:00:00 2001 From: 5hubh49 Date: Fri, 23 Aug 2024 18:50:22 +0530 Subject: [PATCH] feat: Show runPod collector name in failed error logs --- in-cluster/default.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/in-cluster/default.yaml b/in-cluster/default.yaml index 2b41ec0..509f1be 100644 --- a/in-cluster/default.yaml +++ b/in-cluster/default.yaml @@ -6,6 +6,7 @@ spec: uri: https://raw.githubusercontent.com/replicatedhq/troubleshoot-specs/main/in-cluster/default.yaml collectors: - runPod: + collectorName: "ekco-resources" name: ekco-resources namespace: kurl podSpec: @@ -254,6 +255,7 @@ spec: namespace: projectcontour name: projectcontour/logs - runPod: + collectorName: "rqlite-status" name: rqlite-status namespace: default podSpec: @@ -263,6 +265,7 @@ spec: command: ["wget"] args: ["-q", "-T", "5", "http://kotsadm-rqlite:4001/status?pretty", "-O-"] - runPod: + collectorName: "rqlite-nodes" name: rqlite-nodes namespace: default podSpec: