Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

download kubectl for windows

curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/windows/amd64/kubectl.exe"
Comment

Download Kubectl - latest release

curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
Comment

kubectl download

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
Comment

kubectl install

curl -LO "https://dl.k8s.io/release/v1.23.0/bin/windows/amd64/kubectl.exe"
Comment

kubectl download

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.20.0/bin/windows/amd64/kubectl.exe
Comment

PREVIOUS NEXT
Code Example
Shell :: ls recursive 
Shell :: start redis ubuntu 
Shell :: microk8s enable dns 
Shell :: install just linux 
Shell :: nvme cli 
Shell :: amazon linux wireguard 
Shell :: fix node gyp issue on linux 
Shell :: ubuntu googls drive setup 
Shell :: check g++ on ubuntu 
Shell :: git change author multiple commits 
Shell :: ubuntu bluetooth gets turned off everytime i reboot 
Shell :: using unit price prestashop 
Shell :: input prompt in command line 
Shell :: bash how to print the list of files in a directory 
Shell :: modify file modified time linux 
Shell :: pm2 logs 
Shell :: copy all in a folder here command terminal 
Shell :: setup commandline vscode in mac 
Shell :: linux recursive find file content 
Shell :: windows openssh passwordless login 
Shell :: git delete last commit 
Shell :: bash get result of function 
Shell :: powershell connect to microsoft teams 
Shell :: git checkout all deleted files 
Shell :: linux print to printer 
Shell :: linux run task in background 
Shell :: bash for stdin 
Shell :: how to empty text file in unix 
Shell :: babel json loader 
Shell :: convert capital letters to lowercase in shell script 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =