Master, Worker node NotReady 에러원인kubectl describe nodes 명령으로 노드의 자세한 정보를 파악함runtime network not ready: NetworkReady=falsereason:NetworkPluginNotReadymessage:docker: network plugin is not ready: cni config uninitializedCNI 관련 network 가 정상적이지 않음 해결책CNI 설치 확인해야함flannel 최신버전 확인2020.02.23일자 최신버전 :kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml ..