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

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

 

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

 

나는 잘 됐다

 

 

 

https://github.com/kubernetes/kubeadm/issues/1031

 

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

Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT I've followed this guide. I've installed master node on 96 CPU ARM64 server. OS is Ubuntu 18.04 LTS. just after apt-get update/upgrade. U...

github.com

 

+ Recent posts