본문 바로가기

컨테이너/Kubernetes

Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version": dial tcp [::1]:8080: connect: connection refused 해결 방법

Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version": dial tcp [::1]:8080: connect: connection refused 에러 해결 방법

 

문제 상황

 

k3s에 helm을 설치하고 helm 관련 명령을 했는데 Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version": dial tcp [::1]:8080: connect: connection refused 에러가 발생하였음

 

 

해결 방법

 

export KUBECONFIG=/etc/rancher/k3s/k3s.yaml

 

root 사용자로 위 명령어를 실행하니 해결 되었다.