cluster

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

commit 15e34bb4476af952657cae8084e43a27de6277b4
parent 79538de9e33780b61f7967c89f50206adaa09eff
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon, 16 Mar 2026 19:02:17 +0100

maybe fix velero?

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

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

diff --git a/infrastructure_talos/controllers/velero/release.yaml b/infrastructure_talos/controllers/velero/release.yaml @@ -45,6 +45,10 @@ spec: 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.