반응형
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
- docker
- Jenkins
- Airflow
- Spring Error
- codepipeline
- PostgreSQL
- aws
- Python
- chart.js
- codedeploy error
- aws cicd
- bootstrap
- Spring
- 도커
- Kafka
- node
- VPN
- chartjs
- SQL
- codedeploy
- or some instances in your deployment group are experiencing problems.
- kubeflow
- Flux
- COALESCE
- IntelliJ
- java bigdecimal
- AWS CI/CD 구축하기
- JavaScript
- redis
- codebuild
Archives
- Today
- Total
목록kubectl: "The connection to the server ip:8443 was refused" (1)
Small Asteroid Blog
[kubeflow] kubectl: The connection to the server IP:8443 was refused - did you specify the right host or port?
$ 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
2021. 3. 4. 09:40