-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[Cloud CNI] GCP #22154
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
[Cloud CNI] GCP #22154
Conversation
Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment. We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. PR Change SummaryUpdated the Cloud CNI documentation for Google Cloud, including new steps for creating a Google Cloud interconnect and additional routing instructions.
Modified Files
How can I customize these reviews?Check out the Hyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
Preview URL: https://a2eb541a.preview.developers.cloudflare.com Files with changes (up to 15)
|
|
||
- To create routes in the Magic routing table to direct traffic towards GCP: | ||
- Add [static routes](/magic-wan/configuration/manually/how-to/configure-routes/#configure-static-routes) to your Magic WAN routing table with [legacy bidirectional tunnel health checks](/magic-wan/configuration/manually/how-to/configure-tunnels/#legacy-bidirectional-health-checks) to detect failures and steer traffic to alternative paths. | ||
- Note that routes advertised by BGP from GCP Cloud Router will be ignored. |
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.
I think this could be a :::note because otherwise there's a "To create routes.." direction prompt above it but up to your decision :)
- Note that routes advertised by BGP from GCP Cloud Router will be ignored. | ||
- To create routes in GCP routing table to direct traffic towards Cloudflare, you must use the GCP Cloud Router: | ||
- You can add [custom learned routes to Cloud Router](https://cloud.google.com/network-connectivity/docs/router/how-to/configure-custom-learned-routes). | ||
- You can use the BGP session. Reach out to your account team to request a list of one or more prefixes to advertise, and specify the interconnect ID you want to advertise over. |
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.
Maybe worth deleting the two "You can"s here.
Co-authored-by: Kate Tungusova <[email protected]>
Summary
Closes PCX-16452
Documentation checklist