Open hubx opened 3 years ago
If you're running the AWS CLI version 1.16.156 or later, then you don't need to install the authenticator. Instead, you can use the aws eks get-token command
https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html
It is enough to aws eks --region <region> update-kubeconfig --name terraform-eks-demo to update the kubectl config, as you have in the readme later
aws eks --region <region> update-kubeconfig --name terraform-eks-demo
If you're running the AWS CLI version 1.16.156 or later, then you don't need to install the authenticator. Instead, you can use the aws eks get-token command
https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html
It is enough to
aws eks --region <region> update-kubeconfig --name terraform-eks-demo
to update the kubectl config, as you have in the readme later