Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modules/installation-custom-aws-vpc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ endif::[]
ifeval::["{context}" == "installing-aws-vpc"]
:public:
endif::[]
ifeval::["{context}" == "installing-aws-private"]
:private:
endif::[]
ifeval::["{context}" == "installing-aws-secret-region"]
:aws-secret:
endif::[]
Expand Down Expand Up @@ -203,11 +206,13 @@ machines.
2+|You must provide a public VPC for the cluster to use. The VPC uses an
endpoint that references the route tables for each subnet to improve communication with the registry that is hosted in S3.

ifndef::private[]
|Public subnets
|* `AWS::EC2::Subnet`
* `AWS::EC2::SubnetNetworkAclAssociation`
2+|Your VPC must have public subnets for between 1 and 3 availability zones
and associate them with appropriate Ingress rules.
endif::[]

|Internet gateway
|
Expand Down Expand Up @@ -302,6 +307,9 @@ endif::[]
ifeval::["{context}" == "installing-aws-vpc"]
:!public:
endif::[]
ifeval::["{context}" == "installing-aws-private"]
:!private:
endif::[]
ifeval::["{context}" == "installing-aws-secret-region"]
:!aws-secret:
endif::[]
Expand Down