cluster

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

commit 150df983e26c8cd40a3910e8def9e5cb97262720
parent 8b9f5d00bf6bf5844a4259662ab897775b319dfa
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 28 Feb 2026 12:24:58 +0100

fix descheduler

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

Diffstat:
Minfrastructure_talos/controllers/descheduler.yaml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/infrastructure_talos/controllers/descheduler.yaml b/infrastructure_talos/controllers/descheduler.yaml @@ -29,6 +29,11 @@ spec: namespace: descheduler interval: 12h values: + rbac: + additionalRules: + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch"] tolerations: - key: "arch" operator: "Equal"