And Brain said,
couldn't get current server API group list: Get / The connection to the server was refused 본문
IT/Error
couldn't get current server API group list: Get / The connection to the server was refused
The Man 2023. 8. 5. 15:56반응형
kubectl get nodes 명령어로 노드들을 가져오려했더니 이런 에러가 난다면,
systemctl stop kubelet
sudo systemctl start kubelet
strace -eopenat kubectl version
위 세가지 명령어를 입력해줍니다.
잘 가져오는 것을 확인.
나의 경우엔 메모리 부족으로 인해 발생한 에러 같다.
반응형
'IT > Error' 카테고리의 다른 글
The connection to the server HOST:6443 was refused - did you specify the right host or port? (0) | 2023.09.08 |
---|---|
에러, temporary failure resolving 'kr.archive.ubuntu.com' (0) | 2023.02.25 |
VSCode에서 yarn이 실행이 안 될 때 (0) | 2022.10.30 |
[Error] sudo command not found / sudo : apt-get(or sudo : yum) command not found (0) | 2022.10.12 |
Comments