IT/CLOUD(AWS,Azure,GCP,Docker)

Kubernetes #3. 쿠버네티스 Unable to connect to the server: x509 에러

알콩달콩아빠 2022. 6. 19. 19:18
728x90
반응형



개요

쿠버네티스 Unable to connect to the server x509 에러

kubernetes x509 에러

쿠버네티스 클러스터 설치를 성공적으로 진행하던중 갑자기 노드들의 상태 확인이 불가한 딥빡의 상황이 펼쳐졌다.🤨

 

 

해결과정

 

 

쿠버네티스의 마스터노드와 워커노드의 연결을 확인하려  

 

$ kubectl get nodes 

 

를 입력했을 시,

 

Error saying “Unable to connect to the server: x509: certificate signed by unknown authority”

 

이런 에러가 뜨는 경우가 있다.

 

원인은 다양한것 같은데 필자가 참고해서 해결했던 방법은 아래와 같다.

(systemctl stop ufw -> systemctl disable ufw) : 방화벽도 같이 해제

 

export KUBECONFIG=/etc/kubernetes/admin.conf

 

출처 : https://www.edureka.co/community/23959/unable-connect-server-certificate-signed-unknown-authority

728x90
반응형