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 :: ubuntu install openjdk 8 source 
Shell :: git remove file from tracking without deleting 
Shell :: prettier install using npm 
Shell :: access wsl filesystem from windows 
Shell :: windows show environment variables powershell 
Shell :: keyrings arch linux 
Shell :: stop git from tracking a folder 
Shell :: history terminal commad getting limited 
Shell :: How do I run multiple commands on one line in PowerShell? 
Shell :: Cannot install in Homebrew on ARM processor in Intel default prefix 
Shell :: brew install ubuntu 
Shell :: ubuntu all installed services 
Shell :: scikit-learn python 
Shell :: how to push force git 
Shell :: how to verify my ssh key password 
Shell :: git checkout head 
Shell :: copy folder linux 
Shell :: scp key 
Shell :: how to grep curl verbose 
Shell :: git clone in ubuntu 
Shell :: install choclatey 
Shell :: github push an existing repository from the command line 
Shell :: dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 
Shell :: kill pid 
Shell :: base64 encode linux 
Shell :: installing k3d 
Shell :: delete tag beautifulsoup 
Shell :: command to lock a user 
Shell :: add sudo user centos server group 
Shell :: added changes to a specific commit 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =