From 99f9959c1278b4640395a4b04c8267fc9c46b218 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 18 Oct 2019 05:15:11 -0700 Subject: [PATCH] docs/user/aws/customization: Document platform subnets Catching up with 32356ddc99 (pkg/types/aws/platform: Add Subnets property, 2019-10-07, #2477). --- docs/user/aws/customization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/aws/customization.md b/docs/user/aws/customization.md index a8fd0983098..2258127aab1 100644 --- a/docs/user/aws/customization.md +++ b/docs/user/aws/customization.md @@ -7,6 +7,8 @@ Beyond the [platform-agnostic `install-config.yaml` properties](../customization * `amiID` (optional string): The AMI that should be used to boot machines for the cluster. If set, the AMI should belong to the same region as the cluster. * `region` (required string): The AWS region where the cluster will be created. +* `subnets` (optional array of strings): Existing subnets (by ID) where cluster resources will be created. + Leave unset to have the installer create subnets in a new VPC on your behalf. * `userTags` (optional object): Additional keys and values that the installer will add as tags to all resources that it creates. Resources created by the cluster itself may not include these tags. * `defaultMachinePlatform` (optional object): Default [AWS-specific machine pool properties](#machine-pools) which applies to [machine pools](../customization.md#machine-pools) that do not define their own AWS-specific properties.