mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-10 16:43:59 +00:00
When cni is set to kubenet, kubelet should hold the host port socket, so that other application in this node could not listen/bind this port any more. However, the sockets are closed accidentally, because kubelet forget to reconcile the protocol format before comparing.