Skip to content

Instantly share code, notes, and snippets.

@nitinsatish
Created March 12, 2024 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitinsatish/80ae6ec9786efd5e59e9cce99d050b9e to your computer and use it in GitHub Desktop.
Save nitinsatish/80ae6ec9786efd5e59e9cce99d050b9e to your computer and use it in GitHub Desktop.
[kubectl upgrade] #kubectl

Set version

kubectl_version='1.29.2'

Install

curl -LO https://dl.k8s.io/v${kubectl_version}/bin/linux/amd64/kubectl
chmod +x kubectl
sudo mv ./kubectl /usr/bin/kubectl
kubectl version
kubectl get nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment