feat: Add support for specifying conrol plane subnets separate from those used by node groups (data plane) (#2113)

This commit is contained in:
Bryant Biggs
2022-06-18 17:52:30 -04:00
committed by GitHub
parent d10b173a2d
commit ebc91bcd37
12 changed files with 30 additions and 21 deletions

View File

@@ -141,9 +141,9 @@ Refer to the [Self Managed Node Group documentation](https://docs.aws.amazon.com
1. The `self-managed-node-group` uses the latest AWS EKS Optimized AMI (Linux) for the given Kubernetes version by default:
```hcl
cluster_version = "1.21"
cluster_version = "1.22"
# This self managed node group will use the latest AWS EKS Optimized AMI for Kubernetes 1.21
# This self managed node group will use the latest AWS EKS Optimized AMI for Kubernetes 1.22
self_managed_node_groups = {
default = {}
}
@@ -152,7 +152,7 @@ Refer to the [Self Managed Node Group documentation](https://docs.aws.amazon.com
2. To use Bottlerocket, specify the `platform` as `bottlerocket` and supply a Bottlerocket OS AMI:
```hcl
cluster_version = "1.21"
cluster_version = "1.22"
self_managed_node_groups = {
bottlerocket = {