본문 바로가기
클라우드 및 인프라/Docker

[kubeflow] kubectl: The connection to the server IP:8443 was refused - did you specify the right host or port?

by 작은소행성 2021. 3. 4.

 

$ kfctl apply -V -f kfctl_istio_dex.v1.0.2.yaml

 

다음 명령어를 실행 후 

 

$ kubectl -n kubeflow get all

 

실행 시 

The connection to the server IP:8443 was refused - did you specify the right host or port?

 

다음과 같은 오류메시지를 얻었다.

 

 

 

내가 해결한 방법은 minikube 를 재실행시키는 것이다.

 

$ minikube stop

$ minikube start

 

환경에 따라 minikube start 에 cpu, disk-size를 지정해주면 된다.

 

 

재 실행 후 

 

$ kubectl -n kubeflow get all

 

 

다시실행해 환경이 잘 구동되고 있는지 확인하면 된다.

 

 

 

 

 

반응형