$ 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
다시실행해 환경이 잘 구동되고 있는지 확인하면 된다.
반응형
'공부 > Docker' 카테고리의 다른 글
dockerfile run / cmd / Entrypoint 차이 (0) | 2021.03.26 |
---|---|
docker expose (0) | 2021.03.15 |
docker -> container , container -> docker 로 파일 전송하고 싶을 때 (0) | 2020.08.07 |
Docker) redhat7 - service command not found (0) | 2020.08.07 |
docker redhat 기본 환경 세팅 (0) | 2020.08.07 |