Kubernetes not starting in docker for Mac Kubernetes not starting in docker for Mac kubernetes kubernetes

Kubernetes not starting in docker for Mac


I had this same issue on MacOS Catalina. Resetting to factory defaults did finally resolve the issue for me.

Select Troubleshoot from the drop down menu or preferences and click the bug. Then select Reset to factory defaults.

Obviously this is a destructive solution, so use with care.

Troubleshoot:Reset to factory defaults


For me was very useful:

  1. stop docker for desktop
  2. remove the folder ~/Library/Group\ Containers/group.com.docker/pki
   rm -rf ~/Library/Group\ Containers/group.com.docker/pki
  1. start docker for destkop

Found the solution here