-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EKS] [request]: Add AdminRole option at cluster creation #554
Comments
We run into similar issues using Terraform, which in our case isn't executed locally but instead by a platform which assumes a certain role in the account. Even when I have admin privileges in the account, I need to go through some crazy hoops (assuming the same role as is assumed by the Terraform platform) to be able to set-up Furthermore, afaik the cluster creator is completely invisible. You can't deduce it from Making the cluster creator a first-class property of the AWS EKS API would make a lot of sense imho. |
This would help our scenario where we create the EKS Cluster using CloudFormation/CDK in the CodeBuild. The administrator of the Cluster ends to be the Role assumed by the CodeBuild, and I faced some problems with this because I would end deploying from my machine, and the CodeBuild didn't had access to it. Having this option I could end deploying from my machine and giving the CodeBuild the administrator access. Where I can give a 👍 for this feature? |
might be worth combining/closing #378 as it is a request for the same feature |
This will be solved by #185. You'll be able to view/edit/remove the cluster creator access entry just like any other user after cluster creation, it will no longer be hidden |
Addressed with #185 |
Tell us about your request
Currently you have to create a cluster with a user/role that you actually use for cluster administration(for initializing processes at least).
It'd be nicer if EKS had an option to select "which role you want make an admin for this EKS cluster" especially when creating a cluster with CloudFormation.
Ref. https://docs.aws.amazon.com/eks/latest/userguide/troubleshooting.html
Which service(s) is this request for?
EKS
I'm trying to use CloudFormation for creating clusters without eksctl for some reason and can't use kubectl after creating a CFn Stack with CFn role of my company.
The text was updated successfully, but these errors were encountered: