coredns pods have CrashLoopBackOff or Error state

后端 未结 4 606
南方客
南方客 2020-12-18 08:15

I\'m trying to set up the Kubernetes master, by issuing:

kubeadm init --pod-network-cidr=192.168.0.0/16

  1. followed by: Insta
4条回答
  •  别那么骄傲
    2020-12-18 08:54

    For minikube on Ubuntu using the "none" driver,
    you can use the following flag to get it work with no other changes required -
    sudo minikube start --extra-config=kubelet.resolv-conf=/run/systemd/resolve/resolv.conf

    see this relates issue

提交回复
热议问题