Docker desktop - kubernetes failed to start Docker desktop - kubernetes failed to start kubernetes kubernetes

Docker desktop - kubernetes failed to start


I tried numerous different changes to fix docker desktop kubernetes failing to start. What finally worked for me is...

Clicked the troubleshooting icon (it's a bug icon) and then chose Clean/Purge Data.*


Finally,I found the solution for this.

VPN was causing the issue, I am using my office laptop and after restart, VPN was enabled and logged-in and due to this Kubernetes was not working.

After disabling the VPN, Kubernetes cluster working fine.

pods

Hope that helps others as well.


I had similar problem.

  • Install Minikube

I install minikube and I run as following on windows 10.starting of kubectlThen I gave permission for docker.

  • Check cluster-info

When I check cluster-info result as followingcluster info results

  • Try to get pods

When I try to get pods I did not get any error.