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
This problem occurs because of minikube. Restart minikube will solve this problem.Run below command and it will work-
minikube stop minikube delete minikube start