Created
May 27, 2021 13:37
-
-
Save prashant-shahi/5627826b9f0dfafd4c9b4e8dfde8b90b to your computer and use it in GitHub Desktop.
Install kubectl (v1.19.6)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -o kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/kubectl | |
chmod +x ./kubectl | |
sudo mv kubectl /usr/local/bin/ | |
kubectl version --short --client | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment