-
Notifications
You must be signed in to change notification settings - Fork 703
site: Fixup some nits with working on the xds migration guide #3106
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3106 +/- ##
=======================================
Coverage 73.23% 73.23%
=======================================
Files 103 103
Lines 6422 6422
=======================================
Hits 4703 4703
Misses 1617 1617
Partials 102 102 |
skriss
left a comment
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, one nit.
site/_guides/xds-migration.md
Outdated
| Contour v1.10.0 will serve both v2 and v3 xDS versions from the same gRPC endpoint. | ||
| This allows a fleet of Envoy instances to move from the `v2` xDS Resource API version gradually to the `v3` version. | ||
| When users have an existing Contour installation and wish to upgrade without dropping connections, users should first upgrade Contour to v1.10.0 which will serve both v2 and v3 xDS versions from the same gRPC endpoint. | ||
| Next, change the Envoy Daemonset or deployment to include `--xds-resource-version=v3` which tells Envoy to upgrade to the v3 resource version. |
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.
looking at this once more, it'd be helpful to reiterate here that this is a flag for the contour bootstrap command on the init container. You mention it in the previous section but could repeat it here, so folks don't think it's for the envoy command/container
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.
Ok I added some more bits, please take a look.
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.
👍 perfect
Signed-off-by: Steve Sloka <[email protected]>
Signed-off-by: Steve Sloka [email protected]