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

Error provisioning tenant from Admin site - vnext #69

Closed thecount1986 closed 8 months ago

thecount1986 commented 1 year ago
Screen Shot 2022-11-13 at 4 38 17 PM
ranjith-aws commented 1 year ago

Hi @thecount1986 This is resolved now. This was a timing issue, almost a race condition between when the namespace was still getting created but some how that namespace was being already referenced in a subsequent part of the code. Please test and let us know.

thecount1986 commented 1 year ago

When I go to EKS it is telling me I don't have access to the cluster. Any Idea about this? Where should we add the Kubernetes RBAC permission?

Screen Shot 2022-12-09 at 7 32 21 PM
ranjith-aws commented 1 year ago

@thecount1986 Could you try the steps described in this link https://www.eksworkshop.com/030_eksctl/console/ and see if that helps resolve?