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
# kubectl describe pod test5
XXXXX
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 63s default-scheduler Successfully assigned default/test5 to kwephisprb14131
Warning FailedCreatePodSandBox 63s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "16941c4624ec719ddbe8bfe91dc5cc83251f87a6edb3b6aef51ef8421ce088e4" network for pod "test5": networkPlugin cni failed to set up pod "test5_default" network: CNI Genie Add IP internal error: CNI Genie error at ParsePodAnnotations: Corresponding binary for user requested plugin (weave) is not present in plugin directory (/opt/cni/bin), result: %!!(MISSING)s(<nil>), failed to clean up sandbox container "16941c4624ec719ddbe8bfe91dc5cc83251f87a6edb3b6aef51ef8421ce088e4" network for pod "test5": networkPlugin cni failed to teardown pod "test5_default" network: CNI Genie release IP internal error: CNI Genie error at ParsePodAnnotations: Corresponding binary for user requested plugin (weave) is not present in plugin directory (/opt/cni/bin)]
Normal SandboxChanged 9s (x5 over 62s) kubelet Pod sandbox changed, it will be killed and re-created.
If I dont install wave, it will not create pod ?
My node cni config have flannel and cilium
/etc/cni/net.d# ll
total 24
drwxr-xr-x 2 root root 4096 Mar 2 11:39 ./
drwxr-xr-x 3 root root 4096 Feb 2 15:47 ../
-rw-r--r-- 1 root root 1389 Mar 2 10:30 00-genie.conf
-rw-r--r-- 1 root root 97 Mar 2 11:39 05-cilium.conf
-rw-r--r-- 1 root root 292 Mar 2 10:21 10-flannel.conflist
-rw-r--r-- 1 root root 271 Mar 2 10:30 genie-kubeconfig
Is it reasonable since it have cni plugin ?
And I delete it, it block. pod always stay at Terminating status.
# kubectl describe pod test5
XXX
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 5m17s default-scheduler Successfully assigned default/test5 to kwephisprb14131
Warning FailedCreatePodSandBox 5m17s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "16941c4624ec719ddbe8bfe91dc5cc83251f87a6edb3b6aef51ef8421ce088e4" network for pod "test5": networkPlugin cni failed to set up pod "test5_default" network: CNI Genie Add IP internal error: CNI Genie error at ParsePodAnnotations: Corresponding binary for user requested plugin (weave) is not present in plugin directory (/opt/cni/bin), result: %!!(MISSING)s(<nil>), failed to clean up sandbox container "16941c4624ec719ddbe8bfe91dc5cc83251f87a6edb3b6aef51ef8421ce088e4" network for pod "test5": networkPlugin cni failed to teardown pod "test5_default" network: CNI Genie release IP internal error: CNI Genie error at ParsePodAnnotations: Corresponding binary for user requested plugin (weave) is not present in plugin directory (/opt/cni/bin)]
Normal SandboxChanged 40s (x23 over 5m16s) kubelet Pod sandbox changed, it will be killed and re-created.
I must use --force to delete it ?
The text was updated successfully, but these errors were encountered:
In my cluster, I dont install wave. But pod can not run
And pod.yaml is
If I dont install wave, it will not create pod ?
My node cni config have flannel and cilium
Is it reasonable since it have cni plugin ?
And I delete it, it block. pod always stay at
Terminating
status.I must use --force to delete it ?
The text was updated successfully, but these errors were encountered: