Skip to content

Commit

Permalink
Merge pull request #4021 from replicatedhq/danj/no-collectd
Browse files Browse the repository at this point in the history
remove collectd from default specs
  • Loading branch information
Nathan Sullivan authored Sep 8, 2023
2 parents 38ef3fa + cbc110e commit 49e75c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
7 changes: 0 additions & 7 deletions pkg/supportbundle/defaultspec/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,6 @@ spec:
name: kurl-last-config # NOTE: this will not live under the kots/ directory like other collectors
namespace: kurl
includeAllData: true
- collectd:
collectorName: collectd
hostPath: /var/lib/collectd/rrd
image: alpine
imagePullPolicy: IfNotPresent
timeout: 5m

analyzers:
- clusterVersion:
outcomes:
Expand Down
8 changes: 1 addition & 7 deletions pkg/supportbundle/staticspecs/kurlspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ spec:
collectors:
- ceph: {}
- longhorn: {}
- collectd:
collectorName: collectd
hostPath: /var/lib/collectd/rrd
image: alpine
imagePullPolicy: IfNotPresent
timeout: 5m
- logs:
collectorName: rook-ceph-logs
namespace: rook-ceph
Expand Down Expand Up @@ -143,4 +137,4 @@ spec:
- pass:
when: "false"
message: "has access"
regex: 'the server does not allow access to the requested resource'
regex: 'the server does not allow access to the requested resource'

0 comments on commit 49e75c4

Please sign in to comment.