Skip to content

EKS access without aws-auth

0

I can't access my cluster through the bastion as the aws-auth isn't there anymore what can I do This is the error error: You must be logged in to the server (the server has asked for the client to provide credentials)

  • please accept the answer if it was useful

asked a year ago828 views
1 Answer
1

https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html

Use IAM role for your bastion instance Enter image description here

Enable "EKS API" in the EKS Access Configuration Enter image description here

Select the bastion IAM role Enter image description here

Select needed permissions Enter image description here

This auth method can work instead of aws-auth ConfigMap or together with it

EXPERT
answered a year ago
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.