-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
docs: how to troubleshoot consul connect envoy #15908
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Minor nit-pick on the secrets dir
I added a link in the error message, and took a little detour to get tests to pass via error wrapping instead of literal string matching. How does that look to ya @lgfa29 ? It appears in a task event like this (but without formatting)
The redirect link doesn't exist yet, so probably should hold off on merging this until that's set up. The PR for that is here: hashicorp/dev-portal#1585 |
* largely a doc-ification of this commit message: d476780 this doesn't spell out all the possible failure modes, but should be a good starting point for folks. * connect: add doc link to envoy bootstrap error * add Unwrap() to RecoverableError mainly for easier testing
d10b6ac
to
f5a34fc
Compare
Largely a doc-ification of this commit message: d476780
This doesn't spell out all (or any of) the possible failure modes, but should be a good starting point for folks.
Relates to issue #12389 which doesn't have a straightforward solution, but this documentation at least puts some steps out on our website for people to try out.
Closes #12389