I have installed Docker Desktop (version : 2.3.0.4) and enabled Kubernetes.
I deployed couple of PODS and everything was working fine, Since yesterday I am facing a weird issue mentioned below:
Unable to connect to the server: dial tcp 127.0.0.1:6443: connectex: No
connection could be made because the target machine actively refused it.
As such, no changes were made on my system. I am using Linux Containers on Windows 10 machine.
Following steps I have tried:
- Restarted the Docker Desktop
- Tried the same with minikube and Docker Desktop both
- Tried to disable the firewall but due to some permissions, I am not able to turn it off.
- I have reset the kubernetes cluster as well.




