docker
[k8s] 쿠버네티스 클러스터 구성시 runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized 에러
sup2is
2020. 5. 26. 22:56
쿠버는 설치하고 클러스터 구성하는것도 너무 버겁다 ...
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