Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in DevOps and Agile by (29.3k points)

I created tried to create a Kubernetes cluster but it refused to take the region throwing the following error: 

root@ip-172-31-86-31:~/.ssh# kops create cluster --cloud=aws --zones=us-east-1 --name=demo.amba.valaxy.net --dns-zone=valaxy.net --dns private

error populating configuration: Region is not a recognized EC2 region: "us-east-" (check you have specified valid zones?)

How can I solve this problem?

1 Answer

0 votes
by (50.2k points)

For this error, you need to mention the zone with its extension(example: us-east-1a)

Learn the whole Kubernetes Cluster by enrolling in Kubernetes Cluster Management Course.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...