Answers for "kubectl --version"

0

check kubectl version

#Just type in following to check kubectl version:
kubectl version
#Yeah, that easy!
Posted by: Guest on April-06-2021
0

Download Kubectl - latest release

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language