Skip to content

Commit

Permalink
Merge pull request #2281 from replicatedhq/divolgin/expired
Browse files Browse the repository at this point in the history
Don't fail weave report if no files collected
  • Loading branch information
divolgin committed Oct 29, 2021
2 parents e40ff4e + 8fc4a3d commit 6b7b6b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -61,7 +61,7 @@ require (
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/rancher/wrangler v0.8.3
github.com/replicatedhq/kurl v0.0.0-20210414162418-8d6211901244
github.com/replicatedhq/troubleshoot v0.21.0
github.com/replicatedhq/troubleshoot v0.22.0
github.com/replicatedhq/yaml/v3 v3.0.0-beta5-replicatedhq
github.com/robfig/cron v1.2.0
github.com/robfig/cron/v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -1632,8 +1632,8 @@ github.com/replicatedhq/kurl v0.0.0-20210414162418-8d6211901244 h1:aSORttMXeqRXg
github.com/replicatedhq/kurl v0.0.0-20210414162418-8d6211901244/go.mod h1:SoROyLOtkt95R1COPVzdCi5FZbMmATPHohQQzW9V9ds=
github.com/replicatedhq/termui/v3 v3.1.1-0.20200811145416-f40076d26851/go.mod h1:JDxG6+uubnk9/BZ2yUsyAJJwlptjrnmB2MPF5d2Xe/8=
github.com/replicatedhq/troubleshoot v0.10.18/go.mod h1:8oFRnMJlFjzJ490eq72iLEN7DGJjkgLx22Z1vX6WwU0=
github.com/replicatedhq/troubleshoot v0.21.0 h1:8MvHtF3BB5KIFyHvU/caVX7rZSVCN4eeyGY/evO398A=
github.com/replicatedhq/troubleshoot v0.21.0/go.mod h1:aWhykK6xiTpfbLMjPpqnonih34avLwEag52Y9CYzb/Y=
github.com/replicatedhq/troubleshoot v0.22.0 h1:eve5I1dYZJWZs31bS07mE/UY/iL5ukRgEyPWPd3aV9M=
github.com/replicatedhq/troubleshoot v0.22.0/go.mod h1:aWhykK6xiTpfbLMjPpqnonih34avLwEag52Y9CYzb/Y=
github.com/replicatedhq/yaml/v3 v3.0.0-beta5-replicatedhq h1:PwPggruelq2336c1Ayg5STFqgbn/QB1tWLQwrVlU7ZQ=
github.com/replicatedhq/yaml/v3 v3.0.0-beta5-replicatedhq/go.mod h1:Txa7LopbYCU8aRgmNe0n+y/EPMz50NbCPcVVJBquwag=
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
Expand Down
3 changes: 3 additions & 0 deletions pkg/supportbundle/defaultspec/spec.yaml
Expand Up @@ -237,6 +237,7 @@ spec:
- textAnalyze:
checkName: Weave Status
exclude: ""
ignoreIfNoFiles: true
fileName: kots/kurl/weave/kube-system/weave-net-*/weave-status-stdout.txt
outcomes:
- fail:
Expand All @@ -247,6 +248,7 @@ spec:
- textAnalyze:
checkName: Weave Report
exclude: ""
ignoreIfNoFiles: true
fileName: kots/kurl/weave/kube-system/weave-net-*/weave-report-stdout.txt
outcomes:
- fail:
Expand All @@ -257,6 +259,7 @@ spec:
- textAnalyze:
checkName: Inter-pod Networking
exclude: ""
ignoreIfNoFiles: true
fileName: kots/goldpinger/*/kotsadm-*/goldpinger-statistics-stdout.txt
outcomes:
- fail:
Expand Down

0 comments on commit 6b7b6b5

Please sign in to comment.