From eb4a197eb741573544748b2328959932feb106b6 Mon Sep 17 00:00:00 2001 From: jenkins Date: Wed, 20 May 2026 18:14:49 -0300 Subject: [PATCH] core(nodes): mark rpi4 spillover workers --- infrastructure/core/node-prefer-noschedule-cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/core/node-prefer-noschedule-cronjob.yaml b/infrastructure/core/node-prefer-noschedule-cronjob.yaml index 5fd4a009..4167f28c 100644 --- a/infrastructure/core/node-prefer-noschedule-cronjob.yaml +++ b/infrastructure/core/node-prefer-noschedule-cronjob.yaml @@ -24,7 +24,7 @@ spec: - bash - -ceu - | - for node in titan-08 titan-13 titan-15 titan-17 titan-19; do + for node in titan-08 titan-12 titan-13 titan-14 titan-15 titan-17 titan-19; do if kubectl get node "${node}" >/dev/null 2>&1; then kubectl label node "${node}" atlas.bstein.dev/spillover=true --overwrite=true kubectl taint node "${node}" longhorn=true:PreferNoSchedule --overwrite=true