Cluster not found error on kops get clusters

0 votes

I've created two clusters, my master and worker node instances are up and running but when I execute this command:

kops get clusters

I get the following error:

cluster not found first-cluster

Jan 8, 2019 in Kubernetes by Ali
• 11,360 points
2,032 views

1 answer to this question.

0 votes

You get this error when you either haven't created a bucket or you need to do KOPS_STATE_STORE

create a bucket using this command

aws s3 mb s3://bucket-name​

or

export KOPS_STATE_STORE=s3://bucket-name
answered Jan 8, 2019 by Barbara

Related Questions In Kubernetes

0 votes
1 answer
0 votes
1 answer

oci runtime error while running kubernetes on rancher cluster

You need to switch Docker to 1.12.x; ...READ MORE

answered Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
953 views
0 votes
1 answer
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
941 views
+1 vote
1 answer
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
524 views
0 votes
1 answer

Kops validate cluster giving an error saying no such host

One of the possible reasons could be using ...READ MORE

answered Jan 8, 2019 in Kubernetes by Manali
2,314 views
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