Skip to content

Instantly share code, notes, and snippets.

@matthewoestreich
Created August 16, 2020 22:16
Show Gist options
  • Save matthewoestreich/34fb263129eba9164be3edc9a1b1b386 to your computer and use it in GitHub Desktop.
Save matthewoestreich/34fb263129eba9164be3edc9a1b1b386 to your computer and use it in GitHub Desktop.
Upgrade kubectl to v1.19.0-rc.1
#!/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