Aws-iam-authenticator: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html
=Internal=
=Internal=
* [[Amazon EKS Operations]]
* [[Amazon EKS Operations]]
=Overview=
See: {{Internal|Amazon_EKS_Concepts#aws-iam-authenticator|Amazon EKS Concepts - aws-iam-authenticator}}


=Installation=
=Installation=

Latest revision as of 18:46, 12 June 2020

External

Internal

Overview

See:

Amazon EKS Concepts - aws-iam-authenticator

Installation

Mac

brew install aws-iam-authenticator

Linux

curl -LfsO "https://amazon-eks.s3-us-west-2.amazonaws.com/1.14.6/2019-08-22/bin/linux/amd64/aws-iam-authenticator"
chmod +x ./aws-iam-authenticator
sudo mv ./aws-iam-authenticator /usr/local/bin/aws-iam-authenticator