쿠버는 설치하고 클러스터 구성하는것도 너무 버겁다 ...
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
'docker' 카테고리의 다른 글
[docker] docker image를 offline 환경에서 다루기 (0) | 2020.06.05 |
---|---|
[Docker] Docker for Windows 설치시installationmanifest.json 관련 에러 (0) | 2020.05.18 |
[k8s] minikube start 시 The "virtualbox" driver should not be used with root privileges 에러 해결 (0) | 2020.05.14 |
[Docker Swarm] 도커 스웜모드 포트 열기 CentOS7 기준 (0) | 2020.05.08 |
[Docker] Package 'docker-ce' has no installation candidate 에러 (1) | 2020.04.28 |