mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-24 21:13:16 +00:00
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.