Docker Desktop Stuck at “Kubernetes is Starting”
I came across a weird issue in Docker Desktop for windows where Kubernetes was not coming up and it stuck in “Kubernetes is Starting”.
Please follow below steps to resolve the issue in Windows 10 machine.
- Quit Docket Desktop
- Delete the pki folder. Please find the folder in below path C:\Users\<User_Name>\AppData\Local\Docker\pki
- Delete the ~\.kube folder. You can find the .kube in default user directory C:\Users\<User_Name>\.kube
- Start the Docker again.
- Open the C:\Users\<User_Name>\.kube\config file in text editor and replace https://kubernetes.docker.internal:6443 to https://localhost:6443
- Restart the Docker Desktop to apply the changes.
Reference:
(Visited 5,697 times, 43 visits today)