Skip to content

Commit

Permalink
Merge pull request #71 from banjoh/em/comment-out-weave-analyser
Browse files Browse the repository at this point in the history
chore: comment out weave IP allocation analyser
  • Loading branch information
diamonwiggins authored Jul 6, 2023
2 parents b3b9e29 + dfb0a5f commit c555ca5
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions in-cluster/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,17 +359,19 @@ spec:
- pass:
message: Weave is ready
regex: '"Ready": true'
- textAnalyze:
checkName: Weave IP Allocation
exclude: ""
ignoreIfNoFiles: true
fileName: kots/kurl/weave/kube-system/weave-net-*/weave-report-stdout.txt
outcomes:
- fail:
message: IP Allocation issues detected. Please run `rm /var/lib/weave/weave-netdata.db && reboot` on each node to resolve this.
- pass:
message: Weave is ready, there are no IP allocation issues.
regex: '"IP Allocation was seeded by different peers": false'
# TODO: Analysis results are false positives
# https://github.com/replicatedhq/troubleshoot-specs/issues/43
# - textAnalyze:
# checkName: Weave IP Allocation
# exclude: ""
# ignoreIfNoFiles: true
# fileName: kots/kurl/weave/kube-system/weave-net-*/weave-report-stdout.txt
# outcomes:
# - fail:
# message: IP Allocation issues detected. Please run `rm /var/lib/weave/weave-netdata.db && reboot` on each node to resolve this.
# - pass:
# message: Weave is ready, there are no IP allocation issues.
# regex: '"IP Allocation was seeded by different peers": false'
- textAnalyze:
checkName: Inter-pod Networking
exclude: ""
Expand Down

0 comments on commit c555ca5

Please sign in to comment.