cluster-api-provider-aws icon indicating copy to clipboard operation
cluster-api-provider-aws copied to clipboard

Ability to specify Availability Zones from the `VPCSpec` object

Open synthe102 opened this issue 2 years ago • 13 comments
trafficstars

/kind feature

Describe the solution you'd like

Currently the AZ selection can be done using availabilityZoneUsageLimit and availabilityZoneSelection. However, there is no direct way to provide a list of availability zones to use. I'd like a field that takes a list of availability zone names (or zone IDs) and create the VPC and subnets only in those availability zones.

Environment:

  • Cluster-api-provider-aws version: 2.1.4
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):

synthe102 avatar Jun 12 '23 16:06 synthe102