반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- java bigdecimal
- codedeploy error
- chartjs
- PostgreSQL
- 도커
- chart.js
- COALESCE
- IntelliJ
- Flux
- JavaScript
- codebuild
- Kafka
- aws cicd
- kubeflow
- Jenkins
- bootstrap
- redis
- Spring
- codepipeline
- or some instances in your deployment group are experiencing problems.
- docker
- codedeploy
- aws
- AWS CI/CD 구축하기
- node
- Airflow
- SQL
- VPN
- Spring Error
- Python
Archives
- Today
- Total
Small Asteroid Blog
[kubeflow] kubectl: The connection to the server IP:8443 was refused - did you specify the right host or port? 본문
클라우드 및 인프라/Docker
[kubeflow] kubectl: The connection to the server IP:8443 was refused - did you specify the right host or port?
작은소행성☄️ 2021. 3. 4. 09:40728x90
$ 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
다시실행해 환경이 잘 구동되고 있는지 확인하면 된다.
728x90
반응형
'클라우드 및 인프라 > 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 |