Answers for "how to install kubectl program in docker"

12

bash install 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
Posted by: Guest on October-13-2020
-1

install kubectl

# If you're using cmd.exe, run: cd %USERPROFILE%
cd ~
Posted by: Guest on January-10-2022

Code answers related to "how to install kubectl program in docker"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language