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