You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I got a problem with k8s, this is my first I deploy project with k8s but it doesn't work properly. I tried deploy a project on k8s, but this issue had appeared Warning FailedCreatePodSandBox 119s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "5f47fc25025c072785eb. From searching, I found this related to failure in creating pod. I tried to delete pod, check CNI plugin, free resoures or restart docker and containered service, but it still failed. I need your help.
The text was updated successfully, but these errors were encountered:
Did you use the multi-cni plugin?
Maybe yes. I guess that Multi-CNI plugin installation is from this command "git clone https://github.com/k8snetworkplumbingwg/multus-cni.git ; cd multus-cni;cat ./deployments/multus-daemonset-thick.yml | kubectl apply -f -".
And I has run these command according to this provided script:
Hi guys, I got a problem with k8s, this is my first I deploy project with k8s but it doesn't work properly. I tried deploy a project on k8s, but this issue had appeared Warning FailedCreatePodSandBox 119s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "5f47fc25025c072785eb. From searching, I found this related to failure in creating pod. I tried to delete pod, check CNI plugin, free resoures or restart docker and containered service, but it still failed. I need your help.
The text was updated successfully, but these errors were encountered: