Pods struck in containercreating state for ever

Hi,
I have just installed kubernetes as suggested in “kubernetes for beginners” course. After i have installed i tried deploying a nginx container by running the command “kubectl run nginx --image nginx”. When i viewed the status of the pod, it is in “container creating” state and is struck in this state for ever.

Error Message: -
Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container “0680ac4d650346b4adab047933d843fcc0cd38ecaf9955ce015ffab1c2023716” network for pod “nginx-6db489d4b7-qghkq”: networkPlugin cni failed to set up pod “nginx-6db489d4b7-qghkq_default” network: failed to find plugin “calico” in path [/opt/cni/bin], failed to clean up sandbox container “0680ac4d650346b4adab047933d843fcc0cd38ecaf9955ce015ffab1c2023716” network for pod “nginx-6db489d4b7-qghkq”: networkPlugin cni failed to teardown pod “nginx-6db489d4b7-qghkq_default” network: fork/exec /opt/cni/bin/calico: text file busy]

Also the calcio node pods are in crashloopbackoff status
varun@kube-master:~$ kubectl get po -n kube-system
NAME READY STATUS RESTARTS AGE
calico-kube-controllers-778676476b-n9zl8 1/1 Running 1 2d1h
calico-node-dtc2q 1/1 Running 1 2d1h
calico-node-k9zmb 0/1 Running 82 2d1h
calico-node-rd8k9 0/1 CrashLoopBackOff 78 2d1h
coredns-6955765f44-d25qm 1/1 Running 1 2d1h
coredns-6955765f44-xv7rq 1/1 Running 1 2d1h
etcd-kube-master 1/1 Running 2 2d1h
kube-apiserver-kube-master 1/1 Running 2 2d1h
kube-controller-manager-kube-master 1/1 Running 2 2d1h
kube-proxy-7n9l8 1/1 Running 1 2d1h
kube-proxy-gqbjh 1/1 Running 1 2d1h
kube-proxy-kd8bw 1/1 Running 1 2d1h
kube-scheduler-kube-master 1/1 Running 2 2d1h

Hi, the errors does seem to point clearly to an issue with the CNI.

Can you check the logs for : calico-node-rd8k9 0/1 CrashLoopBackOff 78 2d1h ?

The agents seem to be running on the other nodes so perhaps an issue with a single node?
try deleting the pod and have it create on another node to test.