-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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: document how envoy escape hatches work with the discovery chain #6350
docs: document how envoy escape hatches work with the discovery chain #6350
Conversation
- Bootstrap escape hatches are OK. - Public listener/cluster escape hatches are OK. - Upstream listener/cluster escape hatches are not supported. If an unsupported escape hatch is configured and the discovery chain is activated log a warning and act like it was not configured. Fixes #6160
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.
Overall content LGTM. One minor edit suggested. There may be some slightly simpler wordings we can find for the notes here - I defer to education team on that for now!
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
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.
Looks good. I've suggested a couple of changes here and in Slack, but am going to give it a checkmark for when those get done
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
If an unsupported escape hatch is configured and the discovery chain is
activated log a warning and act like it was not configured.
Fixes #6160