Report
Question
To upgrade the kubectl version, first check the current version kubectl version  kubectl version  --client To update the latest version brew upgrade kubectl sudo brew upgrade kubectl then you have to execute below line to inline the version brew link --overwrite kubernetes-cli

Please briefly explain why you feel this question should be reported .

Report
Cancel
0
2 years 0 Answers 19 views

Report
Question
minikube start Getting the error as while run /usr/local/bin/kubectl is version 1.19.7, which may have incompatibilites with Kubernetes 1.21.3 The below commands will give/show the kubernetes version minikube kubectl -- get pods -A you can start the respective version with minikube start --kubernetes-version=v1.21.3    

Please briefly explain why you feel this question should be reported .

Report
Cancel
0
2 years 0 Answers 9 views