commit 37a4a5c1dfa8aca2928ad248c802dd635052e80c parent 4a8794ff805cad1f1a22523a4d13301129f031ce Author: MTRNord <MTRNord@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:13:51 +0100 better velero fixes? Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | infrastructure_talos/controllers/velero/release.yaml | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/infrastructure_talos/controllers/velero/release.yaml b/infrastructure_talos/controllers/velero/release.yaml @@ -42,13 +42,15 @@ spec: additionalLabels: release: prometheus-stack + # Raise API client limits — default 20 QPS / 30 burst causes context deadline exceeded + # when listing node-agent pods across many pods concurrently during backup. + extraArgs: + - --client-qps=100 + - --client-burst=200 + configuration: # EnableCSI: built-in since v1.14, enables CSI snapshots for Longhorn volumes features: EnableCSI - # Raise API client limits — default 20 QPS / 30 burst causes context deadline exceeded - # when listing node-agent pods across many pods concurrently during backup. - clientQPS: 100 - clientBurst: 200 # Use Kopia file-system backup for all volumes by default. # CSI snapshots (for Longhorn) run additionally when a VolumeSnapshotClass # labelled velero.io/csi-volumesnapshot-class=true exists.