Add cluster to kubeconfig

aws eks list-clusters
aws eks --region region update-kubeconfig --name cluster_name

Adjust kubeconfig settings

  - --role
  - arn:aws:iam::580852489803:role/cops-provisioner

Last updated

Was this helpful?