mirror of
https://github.com/siderolabs/talos.git
synced 2026-04-16 03:01:08 +02:00
Fixes #12822 This stops the internal Kubernetes client goroutine which reloads certs from being started. This is only part of the full fix, as there is a TLS transport leak related to go-kubernetes client aggressively caching TLS configs with unique dialers (a separate fix will go to `go-kubernetes`). Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>