Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support White/Blacklisting of Availability Zones #68

Closed
intersectRaven opened this issue Jul 31, 2024 · 1 comment
Closed

Support White/Blacklisting of Availability Zones #68

intersectRaven opened this issue Jul 31, 2024 · 1 comment

Comments

@intersectRaven
Copy link

Right now, when I try to create a nautible cluster on 'ap-northeast-1', I encounter the ff. error:

Error: creating EKS Cluster (nautible-dev-cluster-v1_29): operation error EKS: CreateCluster, https response error StatusCode: 400, RequestID: 3ed7bd71-56ae-46b2-bf89-380ad1e9d12a, UnsupportedAvailabilityZoneException: Cannot create cluster 'nautible-dev-cluster-v1_29' because EKS does not support creating control plane instances in ap-northeast-1b, the targeted availability zone. Retry cluster creation using control plane subnets that span at least two of these availability zones: ap-northeast-1a, ap-northeast-1c, ap-northeast-1d. Note, post cluster creation, you can run worker nodes in separate subnets/availability zones from control plane subnets/availability zones passed during cluster creation

Please support either white/blacklisting availability zones. Right now, I worked around this error by blacklisting the zone in the vpc module's data.tf file:

data "aws_availability_zones" "available" {
  state = "available"
  exclude_names = ["ap-northeast-1b"]
}
ogis-yamanaka added a commit that referenced this issue Sep 17, 2024
@ogis-yamanaka
Copy link
Contributor

exclude ap-northeast-1b
aws/platform/modules/vpc/data.tf

release 2024.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants