-
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
[OSS] feat: add PeerThroughMeshGateways to mesh config #14475
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.
Just a suggestion to improve the introduction to the example. The code blocks aren't rendering correctly in the preview, possibly due to the indentations of the tab elements.
d4da9f6
to
ffc5815
Compare
Thanks @trujillo-adam, I think I got the code blocks fixed 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.
Added a suggestion
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.
Just a few minor tweaks for compliance with the style guide
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.
👍
a5cb1d4
to
6391a87
Compare
Description
In anticipation of adding mesh gateway support for peering control-plane traffic, this PR adds a new field to the
mesh
config entry that will be used to enable the feature.Testing & Reproduction steps
Links
Kube CRD PR [TBD]
PR Checklist