Study Memory Work
[K8S] The connection to the server localhost:8080 was refused - did you specify the right host or port? 해결방법 본문
Infra/Kubernetes
[K8S] The connection to the server localhost:8080 was refused - did you specify the right host or port? 해결방법
Hera Choi 2023. 1. 13. 15:01
worker node
오류 메세지
The connection to the server localhost:8080 was refused - did you specify the right host or port?
솔루션
$ mkdir -p $HOME/.kube
$ sudo scp root@{master node name}:/etc/kubernetes/admin.conf $HOME/.kube/config
'Infra > Kubernetes' 카테고리의 다른 글
[K8S/CKA 자격증] Worloads & Scheduling - Pod (3) | 2023.01.20 |
---|---|
[K8S/CKA 자격증] API 인증 / rbac 인증 (문제O) (0) | 2023.01.13 |
[K8S/CKA 자격증] Kubernetes Cluster upgrade (문제O) (0) | 2023.01.12 |
[K8S/CKA 자격증] ETCD Backup & Restore (문제O) (0) | 2023.01.12 |
[K8S/CKA 자격증] kubectl 명령어 기초 (0) | 2023.01.12 |