Error saying no matching hosted zone found when trying to create the cluster

+1 vote

I'm trying to create a cluster using kops on aws.

I did the kops create cluster command and it throws the following error:

Error determining default DNS zone: no matching hosted zone found

Oct 24, 2018 in Kubernetes by Hannah
• 18,570 points

edited Oct 24, 2018 by Hannah 3,609 views
What's the command that resulted in this error?
kops create cluster cloud=aws --zones=ap-south-1b --name=apsouth1.hipster.com --dns-zones=apsouth1b.hipster
You'll have to add --dns private at the end

1 answer to this question.

0 votes

Hey @Hannah, change the create cluster command to the follwing

kops create cluster cloud=aws --zones=ap-south-1b --name=apsouth1.hipster.com --dns-zones=apsouth1b.hipster --dns private
answered Oct 24, 2018 by Kalgi
• 52,360 points

Related Questions In Kubernetes

0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

answered Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
873 views
0 votes
1 answer

Create LoadBalancer for kubernetes cluster in aws

Hello @Lina, If you're running your cluster on ...READ MORE

answered Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
505 views
+1 vote
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP