error fix
fix ‘certificate apiserver-kubelet-client not signed by CA certificate ca: crypto/rsa: verification error’ error during minikube start
I tried some solutions from here but it did not work. I deleted ~/.kube directory and it just made matters worse. My solution is The ~/.kube directory was restored after doing this. I guess minikube takes care of initial .kube directory contents if there isn’t any. The ~/.kube/config file was Read more…