mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 13:57:38 +00:00
Replace context.TODO() and poll timeout context propagation with direct context.Background() calls to prevent timeout errors from masking actual API errors. Affects discovery/file.go, phases/upgrade/health.go, and util/apiclient/wait.go for consistent error reporting.