클라우드 엔지니어 꿈나무
k8s pods 실행 시 Failed to create pod sandbox: rpc error 오류 본문
Pod 생성 시, creating으로만 뜨고 running 으로 변화하지 않아서 상태를 확인했더니 하기와 같은 오류가 있음을 확인하였다.
Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "d5aaee949022d13321ce3c8d36557f1de48bcf1c831ce1443665a0a461c199ad": plugin type="calico" failed (add): error getting ClusterInformation: connection is unauthorized: Unauthorized
Normal SandboxChanged 17m (x94 over 38m) kubelet Pod sandbox changed, it will be killed and re-created.
calico 쪽 문제 같은데 찾아보니 이러한 오류에 대해서 찾아볼 수 있었다.
https://github.com/projectcalico/calico/issues/5712
calico pod 들을 재시작하면 가동이 된다는 의견이 있어서 나도 해봤다.
kubectl delete pod --all -n calico-system
정상 가동된 것을 확인할 수 있다.
'kubernetes' 카테고리의 다른 글
k8s 명령어 자동 완성 bash - REHL9 (0) | 2024.07.18 |
---|---|
k8s 설치 - RHEL9 (1) | 2024.07.18 |
kubernetesKubernetes(K8S) 따배쿠 Pod : Pod에 Resource 할당하기 (1) | 2023.10.18 |
Kubernetes(K8S) 따배쿠 Pod : static Pod(feat. kubelet daemon) (0) | 2023.10.15 |
Kubernetes(K8S) 따배쿠 Pod : init container & infra container - Centos7 (1) | 2023.10.14 |