kubernetes-sigs/cluster-api-provider-aws

Document vpc peering between management cluster vpc and tenant cluster vpc

Open

#2,484 opened on Jun 8, 2021

View on GitHub
 (18 comments) (0 reactions) (0 assignees)Go (689 forks)auto 404
help wantedkind/documentationlifecycle/staleneeds-triagepriority/backlog

Repository metrics

Stars
 (723 stars)
PR merge metrics
 (PR metrics pending)

Description

/kind feature

Describe the solution you'd like See #2465, the management cluster requires access to the tenant cluster api and if that is configured to be private access only the management clusters vpc needs to be peered with the tenant cluster's vpc.

The establishing of the required vpc peering needs to be performed by the user. We should document this process and the reasons why it is required.

Contributor guide