배운 내용/Kubernetes

Unable to connect to the server: dial tcp 192.168.49.2:8443: connect: no route to host

JooJY 2023. 4. 12. 11:43

Unable to connect to the server: dial tcp 192.168.49.2:8443: connect: no route to host

이런 오류가 생겼을 때

minikube stop
minikube delete
minikube start

하고 다시 작업하면 된다.

난 그냥 stop >> start 만해도 되더라.