cluster

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

commit 499f873713d7833e1e803579aeb9f80e35e6b174
parent 50ee5b87d112a260bfc8f4d274f094f4cfce5840
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 28 Feb 2026 20:50:37 +0100

fix backup errors

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

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

diff --git a/infrastructure_talos/controllers/velero/release.yaml b/infrastructure_talos/controllers/velero/release.yaml @@ -27,6 +27,14 @@ spec: # (hcloud CSI driver does not support VolumeSnapshots) deployNodeAgent: true + nodeAgent: + tolerations: + # Allow node-agent to run on control plane nodes so that DaemonSet pods + # scheduled there (Cilium, hcloud-csi-controller) can have their volumes backed up. + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule + configuration: # EnableCSI: built-in since v1.14, enables CSI snapshots for Longhorn volumes features: EnableCSI