After issuing virtletctl gen | kubectl apply -f - pod hangs in init status:
kube-system virtlet-v7pcv 0/3 Init:CrashLoopBackOff 6 6m33s 172.16.0.108 node-0
On a worker node i saw that this container is crashing with non zero status
a79b7fd9752c 560031e85282 "/prepare-node.sh" 3 minutes ago Exited (1) 3 minutes ago k8s_prepare-node_virtlet-v7pcv_kube-system_f5fce98a-fe1f-11e8-8529-5254002601bf_8
I have no idea how to troubleshoot this. Need help.
OS: Centos 7.5 Kubernetes version 1.13.0 (installed via kubeadm) and weave net cni plugin Virtlet installed according to this instruction https://github.com/Mirantis/virtlet/blob/master/deploy/real-cluster.md virtletctl version 1.4.3
After issuing virtletctl gen | kubectl apply -f - pod hangs in init status: kube-system virtlet-v7pcv 0/3 Init:CrashLoopBackOff 6 6m33s 172.16.0.108 node-0 On a worker node i saw that this container is crashing with non zero status a79b7fd9752c 560031e85282 "/prepare-node.sh" 3 minutes ago Exited (1) 3 minutes ago k8s_prepare-node_virtlet-v7pcv_kube-system_f5fce98a-fe1f-11e8-8529-5254002601bf_8
I have no idea how to troubleshoot this. Need help.