When i run the kubectl version command , I get the following error message.
kubectl version Client Version: version.Info{Major:\"1\", Minor:\"9\", GitVersion:\"v
If you use minikube then you should run, kubectl config use-context minikube If you use latest docker for desktop that comes with kubernetes then you should run, kubectl config use-context docker-for-desktop
kubectl config use-context minikube
kubectl config use-context docker-for-desktop