“Instale o Windows Kubectl” Respostas de código

Bash Instale Kubectl

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
kubectl version --client
Dr. Green

Instale Kubectl

curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x ./kubectl
sudo mv ./kubectl /usr/bin/kubectl # you can replace /usr/bin for some dir in your PATH
Stormy Swiftlet

Kubectl para Windows

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

Instale o Kubectl no Linux

sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
SDN

Instale Kubectl

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

Instale o Windows Kubectl

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

Respostas semelhantes a “Instale o Windows Kubectl”

Perguntas semelhantes a “Instale o Windows Kubectl”

Mais respostas relacionadas para “Instale o Windows Kubectl” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código