Closed MadVikingGod closed 5 years ago
Is it ok to use following spec for network information:
network:
vpcCidr: 172.16.0.0/16
subnetCidrs:
- 172.16.0.0/24
- 172.16.1.0/24
- 172.16.2.0/24
Due to https://github.com/kubernetes-sigs/controller-tools/issues/139 the fields with Digit in yaml spec not ending in CRD.
Currently it is not possible to create an EKS Cluster outside of the 192.168.0.0/16 subnet.
Expected Resulsts When defining a cluster a network and subnets can be specified. For example
And the cluster will be created with the correct subnets.