Files
kubernetes/pkg
Ed Bartosh 837b7395d2 kubelet: DRA: Close gRPC connection when removing DRA plugin
Call p.conn.Close() in DRAPluginManager.remove to ensure the gRPC
connection is properly closed when a plugin is unregistered. This
prevents reconnecting attempts, resource leaks and ensures clean
shutdown of plugin connections during plugin removal.
2025-07-24 09:14:09 +03:00
..