Created
August 16, 2020 22:16
-
-
Save matthewoestreich/34fb263129eba9164be3edc9a1b1b386 to your computer and use it in GitHub Desktop.
Upgrade kubectl to v1.19.0-rc.1
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
#!/bin/bash | |
curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.19.0-rc.1/bin/linux/amd64/kubectl" | |
chmod +x ./kubectl | |
sudo mv ./kubectl /usr/local/bin/kubectl | |
kubectl version --client --short |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment