Kubernetes in Docker Desktop still starting…

Today I was experimenting with argocd locally and thought why not reset my docker desktop kubernetes, simple right. Instead kubernetes was stuck starting. Listing the pods I saw that kube-controller-manager-docker-desktop was in a CrashLoopBackOff. I thought oh well here goes my morning. The fix was simple enough though, I found this issue helpful https://github.com/docker/for-mac/issues/2990.

I did the following and then restarted docker:


  rm -rf ~/Library/Group\ Containers/group.com.docker/pki/
  rm -rf ~/.kube


Comments

Popular posts from this blog

The Test Pyramid