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==") |
|||
Line 8: | Line 8: | ||
</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> |
Revision as of 21:27, 20 February 2020
Internal
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