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

kubectl download

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
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 :: bash check if string in file 
Shell :: could not open lock file "/tmp/.s.PGSQL.5432.lock": Permission denied 
Shell :: git pull if exist and clone 
Shell :: github push local branch to remote 
Shell :: how to enable gitlab runner to use local docker images 
Shell :: tensorflow docker hub 
Shell :: ssh git clone 
Shell :: install polar linux 
Shell :: git push disable hooks 
Shell :: laravel version global upgrade 
Shell :: boostrap install angular 
Shell :: express js 
Shell :: git revert back to specific commit 
Shell :: batch color escape character 
Shell :: how to avoid nginx not found 404 error ubuntu react app 
Shell :: angular cli interface generate 
Shell :: valgrind example usage 
Shell :: Start and Enable Apache 
Shell :: git go back to previous commit 
Shell :: cmd remove directory not empty windows 
Shell :: how to echo string .sh 
Shell :: storage setup in termux 
Shell :: how to install react loader spinner 
Shell :: git add alias 
Shell :: bcryptjs 
Shell :: apt vs apt get 
Shell :: serverless sqs batch size 
Shell :: git undo unstaged changes to one file 
Shell :: git delete stash 
Shell :: git pull remote 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =