mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-04 20:21:18 +02:00
Sometimes pushing/pulling to Kubernetes registry is delayed due to backoff on failed attempts to talk to the API server when the cluster is still bootstrapping. Workaround that by adding retries. Also disable kernel module controller in container mode, as it will keep always failing. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>