“Kubectl untuk Windows” Kode Jawaban

Bash Instal 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 untuk Windows

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

Unduh Kubectl untuk 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

Instal Kubectl Windows

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

Instal Windows Kubernetes

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

Jawaban yang mirip dengan “Kubectl untuk Windows”

Pertanyaan yang mirip dengan “Kubectl untuk Windows”

Lebih banyak jawaban terkait untuk “Kubectl untuk Windows” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya