Chris F
Chris F

Reputation: 16695

kops validate cluster fails with "error reading cluster configuration"?

I'm playing with kops, and set up 2 clusters. After setting up the second cluster, I updated the KOPS_STATE_STORE value in my .profile. Now when I do

$ kops get clusters

I get

cluster not found first-cluster.k8s.local

I can't remember what the original KOPS_STATE_STORE was. How can I fix this so first-cluster.k8s.local is gone from kops?

Thanks!

Upvotes: 0

Views: 1813

Answers (1)

Anton Kostenko
Anton Kostenko

Reputation: 8993

There is no way to check it by kops.

Usually, a KOPS_STATE_STORE value is an AWS S3 bucket so you can try to check the list of your buckets.

Upvotes: 1

Related Questions