반응형
Master, Worker node NotReady 에러
원인
kubectl describe nodes 명령으로 노드의 자세한 정보를 파악함
runtime network not ready: NetworkReady=false
reason:NetworkPluginNotReady
message:docker: network plugin is not ready: cni config uninitialized
CNI 관련 network 가 정상적이지 않음
해결책
CNI 설치 확인해야함
flannel 최신버전 확인
2020.02.23일자 최신버전 :
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
제 글을 복사할 시 출처를 명시해주세요.
글에 오타, 오류가 있다면 댓글로 알려주세요! 바로 수정하겠습니다!
반응형
'Kubernetes > Kubernetes 에러 경험' 카테고리의 다른 글
Cannot enforce AppArmor: AppArmor is not enabled on the host (0) | 2021.01.12 |
---|---|
Pod 생성 시 CrashLoopBackOff 상태 (0) | 2021.01.12 |
Ingress 생성 시 오류 (0) | 2021.01.12 |
Kubernetes 이미지 갱신 오류 (0) | 2021.01.12 |
kubernetes localhost:8008 was refused 에러 (0) | 2021.01.12 |