Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

299
Views
eksctl create failed one subnet does not have sufficient capacity to support the cluster

I'm trying to create a cluster on EKS by the existing vpc of kops cluster in EC2 like below.

eksctl create cluster \
--name eks-cluster \
--version 1.18 \
--region us-east-1 \
--vpc-from-kops-cluster kops-cluster \
--fargate

but I faced the error that the cluster couldn't have one of the subnets located in us-east-1c where kops-cluster has three subnets us-east-1c, us-east-1b, us-east-1a.

AWS::EKS::Cluster/ControlPlane: CREATE_FAILED – "Cannot create cluster 'eks-cluster' because us-east-1c, the targeted availability zone, does not currently have sufficient capacity to support the cluster. Retry and choose from these availability zones: us-east-1a, us-east-1b, us-east-1d, us-east-1e, us-east-1f (Service: AmazonEKS; Status Code: 400; Error Code: UnsupportedAvailabilityZoneException; Request ID: 8c5242ee-2e37-4f2b-98cd-c52cb2bbf523; Proxy: null)"

I'm trying to find a workaround to accomplish making a cluster within the existing vpc in a simple way.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

That mean you should specify zones for your cluster creation.

eksctl create cluster \
--name eks-cluster \
--version 1.18 \
--region us-east-1 \
--zones=us-east-1a,us-east-1b,us-east-1d,us-east-1e,us-east-1f \ 
--vpc-from-kops-cluster kops-cluster \
--fargate
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!