mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Added e2e_node test to verify that the Kubelet establishes only a single gRPC connection with the DRA plugin for all service calls during the plugin lifecycle. The test uses a custom listener to count accepted connections and asserts that only one connection is used for NodePrepareResources, NodeUnprepareResources, and NodeWatchResources calls.