Saltar al contenido

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

preguntada hace 2 años947 visualizaciones
1 Respuesta
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

EXPERTO
respondido hace 2 años
EXPERTO
revisado hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.