-
Notifications
You must be signed in to change notification settings - Fork 8
deprecate remote vpc peering #263
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
base: master
Are you sure you want to change the base?
Conversation
|
🚀 Deployed on https://preview-263--hedgehog-docs.netlify.app |
Signed-off-by: Pau Capdevila <[email protected]>
308627a to
d04bceb
Compare
| resources, with support for multiple subnets, each with user-defined VLANs and optional DHCP service | ||
| * __VPCAttachment__: represents a specific VPC subnet assignment to the Connection object which means exact server port to a VPC binding | ||
| * __VPCPeering__: enables VPC-to-VPC connectivity (could be Local where VPCs are used or Remote peering on the border/mixed leaves) | ||
| * __VPCPeering__: enables VPC-to-VPC connectivity via Local or Remote (deprecated) peering |
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.
nit: I would just end the sentence at connectivity
| *[VPC]: Virtual Private Cloud, similar to the public cloud VPC it provides an isolated private network for the resources with support for multiple subnets each with user-provided VLANs and on-demand DHCP | ||
| *[VPCAttachment]: Represents a specific VPC subnet assignment to the Connection object which means exact server port to a VPC binding | ||
| *[VPCPeering]: Enables VPC to VPC connectivity (could be Local where VPCs are used or Remote peering on the border/mixed leafs) | ||
| *[VPCPeering]: Enables VPC-to-VPC connectivity via Local or Remote (deprecated) peering |
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.
nit: I would just end the sentence at connectivity
Fixes #260