Aws-iam-authenticator: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Amazon EKS Operations =Installation= ==Mac== <syntaxhighlight lang='bash'> brew install aws-iam-authenticator </syntaxhighlight> ==Linux==") |
|||
(3 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= | ||
Line 8: | Line 14: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Linux== | ==Linux== | ||
<syntaxhighlight lang='bash'> | |||
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 | |||
</syntaxhighlight> |
Latest revision as of 18:46, 12 June 2020
External
Internal
Overview
See:
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