mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-09 00:26:58 +00:00
In order to allow certain programmer error / unexpected error states to be captured, replace sections that log and eat errors with a method that can be centrally replaced. This captures two common error sources, replication errors, and apiserver code that returns invalid errors.