“Kubectl für Windows” Code-Antworten

Bash installieren 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 für Windows

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

Laden Sie Kubectl für Windows herunter

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

Installieren Sie Kubectl Windows

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

Kubernetes Windows Installation

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

Ähnliche Antworten wie “Kubectl für Windows”

Fragen ähnlich wie “Kubectl für Windows”

Weitere verwandte Antworten zu “Kubectl für Windows” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen