mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-22 17:51:28 +00:00
Added an errHandler callback to startGRPCServer for handling errors. Replaced direct logging of server failures with calls to the provided error handler. This change ensures that errors are surfaced and handled consistently. Co-authored-by: Ed Bartosh <eduard.bartosh@intel.com>