728x90
master01 kubelet[912]: E1031 23:57:51.650427 912 kubelet.go:2855] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:Network
위오류로 Controlplain이 Ready상태로 안올라오면
$ kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
$ sudo systemctl restart kubelet
이렇게 하면 해결된다.
'PaaS > Kubernetes' 카테고리의 다른 글
k8s 보안, 최소권한으로 특정 NameSpace에 대한 권한만 부여하기 (0) | 2023.11.08 |
---|---|
GCP가 말하는 Kubernetes를 GCP에서 운영해야 하는 이유 (0) | 2023.11.03 |
Docker Client가 http(https가 아닌) Registry를 접근할때 (0) | 2023.02.25 |
kubernetes-dashboard용 Service Account를 만들자 (0) | 2022.12.23 |
Kubespray로 Kubernetes 설치하기 (CentOS7) (0) | 2022.12.14 |