반응형
1. 문제 상황
쿠버네티스 실습을 위해 minikube를 실행하려고 했는데 위와 같이 실패하였다.
2. 해결 방법
https://github.com/kubernetes/minikube/issues/14477
Minikube didnt start · Issue #14477 · kubernetes/minikube
What Happened? when hitting command "minikube start" on local machine, getting the below error. However, i tried minikube delete and start again but didnt resolve the issue. Docker Desktop is insta...
github.com
위 이슈와 댓글을 참고하여
minikube delete --all --purge
를 해주고 다시 start를 해주니 정상적으로 실행되었다.
반응형