From d5da49e5668ab29baace778e57814e5d71d35441 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 9 Nov 2025 13:37:59 -0300 Subject: [PATCH] core: remove gpu health gate --- .../atlas/flux-system/platform/core/kustomization.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/clusters/atlas/flux-system/platform/core/kustomization.yaml b/clusters/atlas/flux-system/platform/core/kustomization.yaml index e48dc8a..1466ca0 100644 --- a/clusters/atlas/flux-system/platform/core/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/core/kustomization.yaml @@ -13,10 +13,3 @@ spec: name: flux-system namespace: flux-system wait: true - - # Only wait for the NVIDIA device-plugin DaemonSet on titan-22 - healthChecks: - - apiVersion: apps/v1 - kind: DaemonSet - name: nvidia-device-plugin-minipc - namespace: kube-system