“Kubectl para Windows” 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

Kubectl para Windows

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

Baixe Kubectl para Windows

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

Instale o Windows Kubectl

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

Kubernetes Windows install

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/windows/amd64/kubectl.exe
Golden Eagle

Respostas semelhantes a “Kubectl para Windows”

Perguntas semelhantes a “Kubectl para Windows”

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

Procure respostas de código populares por idioma

Procurar outros idiomas de código