Hi,gettig this eroor while launching the EKS cluster…kindly help
User: arn:aws:iam::851725221429:user/kk_labs_user_651704 is not authorized to perform: iam:PassRole on resource: arn:aws:iam::851725221429:role/AmazonEKSAutoClusterRole
@Alistair_KodeKloud ,i created using terraform …but facing the issue with ALB
…not able to access the svc with alb…and how to access this via browser adn add custom domain?(possbile with kodedloud lab)
You should be able to configure load balancers using this terraform to create the cluster, then using this method to install the LB controller.
Note that the LB controller creates NLB for load balancer services, and ALBs only for ingress.
As for assigning a custom domain, you can’t create one in the playground. It would have to be a domain you own for which you already have a server certificate which you can upload into ACM.
hi @Alistair_KodeKloud ,LB is getting provisioned…do we need to still LB controller?(getting tls secret error)
Would help if you provide details of the error
as a code block, not a screenshot
and where the error came from
If you can reproduce that, get to that point and then run
history
Copy all the history and
paste in a code block
so I can retrace your steps.