반응형
Unable to connect to the server: tls: failed to verify certificate: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kubernetes")
설치후 kubectl 을 사용할경우 위와 같이 에러가 발생한다.
인증서가 제대로 설정이 안된 문제
mkdir-p $HOME/.kube
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config
위와 같이 하면 해결이 된다.
반응형
'K8S' 카테고리의 다른 글
[kubernetes] 에러 Incompatible platform detected If this is a gpu node, did you configure the nvidia container toolkit (0) | 2024.12.09 |
---|---|
[kubernetes] Backoff pulling image에러 원인과 해결책 (1) | 2024.12.09 |
[Kubernetes] PDB 란? (0) | 2024.12.02 |
helm plugin 수동 설치 - windows (0) | 2024.11.25 |
daemonset, deployment, statefulset 비교 정리 (0) | 2024.11.10 |
댓글