Installation k8s problems Summary

Question one:

  Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized

  Find cni network discovery is not installed,

  Solution:

  kubectl apply -f https://docs.projectcalico.org/v3.9/manifests/calico.yaml
  这个是2019.9.21最新的

Guess you like

Origin www.cnblogs.com/wangdongpython/p/11563464.html