0

I am facing issue configuring node using ansible-playbook.

After executing the ansible-playbook command, i get below error: Create kubeadm token for joining nodes with 24h expiration (default)]

I checked using " journalctl -xeu kubelet" on node PC. I get below error:

Jul 21 17:58:14 gpu01 kubelet[201241]: W0721 17:58:14.984573 201241 cni.go:237] Unable to update cni config: no networks found in /etc/cni/net.d Jul 21 17:58:15 gpu01 kubelet[201241]: E0721 17:58:15.544585 201241 kubelet.go:2190] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotRe

I tried adding "kube_network_plugin" as below. But same error I get

ansible-playbook -v -u ubuntu -l k8s-cluster -e '{"nvidia_driver_ubuntu_install_from_cuda_repo": yes}' playbooks/k8s-cluster.yml -e "kube_network_plugin=calico"

0 Answers0