본문 바로가기
IT Tech/Cloud Native

(확인중) couldn't get current server API group list

by 웃는 얼굴, 친절한 말, 따뜻한 마음 2023. 5. 14.
728x90

ubuntu@console:~$ kubectl get nodes
E0514 02:15:11.838651    1829 memcache.go:238] couldn't get current server API group list: Get "https://10.0.2.10:6443/api?timeout=32s": net/http: TLS handshake timeout

 

해결방안

https://ghdwlsgur.github.io/docs/Kubernetes/k8s_troubleshoot1

 

워커노드 kubectl TroubleShoot | HJH 기술블로그

kubectl get nodes 에러 트러블 슈팅

ghdwlsgur.github.io

◆ .kube/config2 파일에 클러스터 정보가 등록되지 않아서 확인이 불가한 것으로 확인됨

ubuntu@console:~/.kube$ ls
cache  config  config1  config2  hadmin.key  hadmin.pub  hca.crt
ubuntu@console:~/.kube$ cat config2

◆ 추가하는 방법

 

 

반응형