1. 현상
kubernetes 에서 pod 가 ContainerCreating 상태이고
kubectl describe pod 로 확인 하면
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 15s default-scheduler Successfully assigned kube-system/nfs-provisioner-nfs-subdir-external-provisioner-77dbf65d78fcn72 to k8sworker1
Warning FailedCreatePodSandBox 15s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "f6e9426edd6238cc2a0897d8d25033f4721dae9a4ef6ab27fe4322454145d5e1": plugin type="calico" failed (add): error getting ClusterInformation: connection is unauthorized: Unauthorized
위와 같이 메시지가 나오면서 문제가 발생 할 때
2. 해결 방법
kubectl get pod -o wide 로 해당 pod 가 떠 있는 node 를 확인 후
해당 node 에 떠 있는 cni (calico) 를 재기동 해주면 해결 됨
'Kubernetes' 카테고리의 다른 글
[ Kubernetes ] container 내부 core dump 다량 발생 대응 (0) | 2024.08.09 |
---|---|
Calico FailedCreatePodSandBox Unauthorized (0) | 2024.03.25 |
[ kubespray ] fatal: [노드명]: FAILED! => {"msg": "module (kube) is missing interpreter line"} (0) | 2024.03.07 |
[ Kubernetes ] K8S 1.24 부터 service account 생성 및 token 생성 (5) | 2023.12.03 |
[ Kubespray ] node label 추가, addon label selector 설정 (2) | 2023.10.25 |
댓글