Salta al contenuto

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

posta 2 anni fa911 visualizzazioni
1 Risposta
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

ESPERTO
con risposta 2 anni fa
ESPERTO
verificato 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.