We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now Scope periodically checks for weave being started as a result of #867 .
However, this results in somehow alarming errors in deployments without Weave Net:
$ docker logs weavescope |& grep weaveDNS <app> ERRO: 2016/02/23 09:24:29.108373 Error updating weaveDNS, backing off 20s: Error running weave expose: exit status 1 <app> ERRO: 2016/02/23 09:24:49.424425 Error updating weaveDNS, backing off 40s: Error running weave expose: exit status 1 <app> ERRO: 2016/02/23 09:25:29.732988 Error updating weaveDNS, backing off 1m0s: Error running weave expose: exit status 1
I understand those errors are legitimate and that we want to make those checks by default.
You can disable this by doing --probe.weave.router.addr "" but that's not very intuitive (and inconvenient). I would suggest either/or:
--probe.weave.router.addr ""
--disable.weave
The text was updated successfully, but these errors were encountered:
Can do. I'd would add that the errors go away once you hit max back off.
On Tuesday, 23 February 2016, Alfonso Acosta [email protected] wrote:
Now Scope periodically checks for weave being started as a result of #867 #867 . However, this results in somehow alarming errors in deployments without Weave Net: $ docker logs weavescope |& grep weaveDNS ERRO: 2016/02/23 09:24:29.108373 Error updating weaveDNS, backing off 20s: Error running weave expose: exit status 1 ERRO: 2016/02/23 09:24:49.424425 Error updating weaveDNS, backing off 40s: Error running weave expose: exit status 1 ERRO: 2016/02/23 09:25:29.732988 Error updating weaveDNS, backing off 1m0s: Error running weave expose: exit status 1 I understand those errors are legitimate and that we want to make those checks by default. You can disable this is by doing --probe.weave.router.addr "" but that's not very intuitive (and inconvenient). I would suggest either or: Lowering the alarming tone of those errors. Adding an extra more-intuitive flag: --disable.weave ? — Reply to this email directly or view it on GitHub #1008.
Now Scope periodically checks for weave being started as a result of #867 #867 .
$ docker logs weavescope |& grep weaveDNS ERRO: 2016/02/23 09:24:29.108373 Error updating weaveDNS, backing off 20s: Error running weave expose: exit status 1 ERRO: 2016/02/23 09:24:49.424425 Error updating weaveDNS, backing off 40s: Error running weave expose: exit status 1 ERRO: 2016/02/23 09:25:29.732988 Error updating weaveDNS, backing off 1m0s: Error running weave expose: exit status 1
You can disable this is by doing --probe.weave.router.addr "" but that's not very intuitive (and inconvenient). I would suggest either or:
— Reply to this email directly or view it on GitHub #1008.
Sorry, something went wrong.
tomwilkie
Successfully merging a pull request may close this issue.
Now Scope periodically checks for weave being started as a result of #867 .
However, this results in somehow alarming errors in deployments without Weave Net:
I understand those errors are legitimate and that we want to make those checks by default.
You can disable this by doing
--probe.weave.router.addr ""
but that's not very intuitive (and inconvenient). I would suggest either/or:--disable.weave
?The text was updated successfully, but these errors were encountered: