cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 65d49016a7188576ded8a32e9a3a50b511db102e
parent 821b170692b08d1b2dcdc209c2f8c5c38cd964c8
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Tue, 17 Mar 2026 12:10:01 +0100

another try

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Minfrastructure_talos/controllers/velero/release.yaml | 10++++------
1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/infrastructure_talos/controllers/velero/release.yaml b/infrastructure_talos/controllers/velero/release.yaml @@ -42,15 +42,13 @@ 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.