commit 821b170692b08d1b2dcdc209c2f8c5c38cd964c8
parent 37a4a5c1dfa8aca2928ad248c802dd635052e80c
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Tue, 17 Mar 2026 11:41:57 +0100
another try
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure_talos/controllers/velero/release.yaml b/infrastructure_talos/controllers/velero/release.yaml
@@ -45,8 +45,8 @@ spec:
# 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
+ client-qps: "100"
+ client-burst: "200"
configuration:
# EnableCSI: built-in since v1.14, enables CSI snapshots for Longhorn volumes