Answers for "donwload kubectl"

1

kubectl download

curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
Posted by: Guest on June-10-2021
0

kubectl download

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
Posted by: Guest on June-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language