aws-samples / aws-saas-factory-eks-reference-architecture

This repository provides a reference architecture for building an end to end SaaS solution using Amazon Elastic Kubernetes Service (EKS)
MIT No Attribution
258 stars 98 forks source link

No SaaSClusterConfigCommand in CFN Outputs #89

Closed abianche closed 2 months ago

abianche commented 8 months ago

Hi! In the following line: https://github.com/aws-samples/aws-saas-factory-eks-reference-architecture/blob/3666ab8e284bbf1de71899b068f0b5b93949dd0e/README.md?plain=1#L92

it states that an output for SaaSClusterConfigCommand should be available in the Outputs of the cluster template, but I actually do not see that. I am struggling a bit to get the kubeconfig updated so that I can manage the cluster from the CLI. I just run aws eks update-kubeconfig --region eu-central-1 --name EKSSaaS but then for the commands I keep getting error: You must be logged in to the server (Unauthorized).

Thanks for the help!

ranjith-aws commented 2 months ago

Fixed with #98