Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install kubectl windows 10

# download & install
curl -LO "https://dl.k8s.io/release/v1.25.0/bin/windows/amd64/kubectl.exe"
# test
kubectl version --client --output=yaml
Comment

kubectl for windows

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

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

install kubectl windows 10

# download & install
curl -LO "https://dl.k8s.io/release/v1.25.0/bin/windows/amd64/kubectl.exe"
# check
kubectl version --client
Comment

PREVIOUS NEXT
Code Example
Shell :: redis ubuntu 
Shell :: find only files linux 
Shell :: linux terminal color change 
Shell :: mysql2 install error ruby 
Shell :: switch user in windows 10 
Shell :: terraform install on ubuntu 
Shell :: install solana cli 
Shell :: ssh key 
Shell :: remove gitignore files 
Shell :: recursive dir batch 
Shell :: install gradle 
Shell :: how to ignore files in git 
Shell :: composer install one line 
Shell :: uninstall people app windows 10 
Shell :: Impossible de trouver le paquet php-gettext 
Shell :: how to install node using nvm 
Shell :: solana create keypair 
Shell :: change mac address linux 
Shell :: install laravel on ubuntu 
Shell :: sourcetree permission denied (publickey) github mac 
Shell :: nano go to line 
Shell :: limits.h: No such file or directory 
Shell :: download single file from github 
Shell :: install vagrant in ubuntu 18.04 
Shell :: How to get current git id 
Shell :: putty ubuntu 
Shell :: git force add 
Shell :: heroku error: src refspec master does not match any 
Shell :: start scipt at startup ubuntu 
Shell :: rename github repository command line 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =