square-engine-61315
10/24/2022, 11:44 AMerror killing pod: failed to "KillPodSandbox" for "26335a48-9ee2-422c-8909-c8c8db421e85" with KillPodSandboxError: "rpc error: code = Unknown desc = failed to destroy network for sandbox \"...\": failed to get network \"cbr0\" cached result: decoding version from network config: unexpected end of JSON input"I'm not sure whether this is a bug, nor where to file it if it is! I have tried restarting the node, but it makes no difference. Any ideas?
bland-account-99790
10/24/2022, 1:10 PMsudo cat /var/lib/rancher/k3s/agent/etc/cni/net.d/10-flannel.conflist
please?square-engine-61315
10/24/2022, 1:33 PMk3s crictl ps
. It was not running.{
"name": "cbr0",
"cniVersion": "1.0.0",
"plugins": [
{
"type": "flannel",
"delegate": {
"hairpinMode": true,
"forceAddress": true,
"isDefaultGateway": true
}
},
{
"type": "portmap",
"capabilities": {
"portMappings": true
}
}
]
}
bland-account-99790
10/24/2022, 1:43 PMsquare-engine-61315
10/24/2022, 1:59 PMbland-account-99790
10/24/2022, 2:55 PM