Skip to content

Commit

Permalink
feat: Print runPod collector name in failed error logs (#4848)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lavery <laverya@umich.edu>
  • Loading branch information
5hubh49 and laverya authored Aug 29, 2024
1 parent 99d1c79 commit 46ea0ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/supportbundle/staticspecs/kurlspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ spec:
- name=weave-net
timeout: 10s
- runPod:
collectorName: "rqlite-status"
name: rqlite-status
namespace: default
podSpec:
Expand All @@ -122,6 +123,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:
Expand Down

0 comments on commit 46ea0ce

Please sign in to comment.