[k8s] kubectl 명령 - 오류 : The connection to the server localhost:8080 was refused - did you specify the right host or port?
Docker_k8s 2022. 12. 23. 14:10728x90
728x170
kubectl get nodes 명령시 아래와 같은 에러가 발생되어서 검색을 열심히 했습니다.
The connection to the server localhost:8080 was refused - did you specify the right host or port? |
검색을 해보다가 혹시나 해서 sudo 를 붙여봤는데 에러가 사라졌습니다.;;
sudo kubectl get nodes
* 에러 메세지가 왜 저런건지;;;
728x90
그리드형
'Docker_k8s' 카테고리의 다른 글
[k8s] Grafana 초기비번 (0) | 2023.01.05 |
---|---|
[k8s] ansible-playbook 명령 - 오류 : to use the 'ssh' connection type with passwords, you must install the sshpass program (0) | 2022.12.23 |
[k8s] ansible-playbook 명령 - 오류 : Permission denied (publickey,password).", "unreachable": true} (0) | 2022.12.23 |
[Docker] 추천 강의 - 따배도 (0) | 2022.12.19 |
[Docker] CPU 제한하기 (0) | 2022.12.09 |