kubernetes-sigs/cluster-api-provider-aws

Ability to specify Availability Zones from the `VPCSpec` object

Open

#4,333 opened on Jun 12, 2023

View on GitHub
 (16 comments) (1 reaction) (1 assignee)Go (689 forks)auto 404
help wantedkind/featurepriority/important-soontriage/accepted

Repository metrics

Stars
 (723 stars)
PR merge metrics
 (PR metrics pending)

Description

/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):

Contributor guide