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

[k8s] 쿠버네티스 클러스터 구성시 runtime network not ready: NetworkReady=false

알콩달콩아빠 2023. 8. 13. 18:45
728x90
반응형

쿠버는 설치하고 클러스터 구성하는것도 너무 버겁다 ...

runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized 

 

위와 같은 에러가 떴다면

 

kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml

명령어 실행 후

 

systemctl restart kubelet

kubectl get nodes

 

로 상태를 확인하면 ...?

 

나는 잘 됐다

 

출처 : [k8s] 쿠버네티스 클러스터 구성시 runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized 에러 :: 섭이의 개발일지 (tistory.com)

728x90
반응형