From ea0841112867d856b554d4b7c8ddbffc634d4a49 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 9 Oct 2025 21:21:54 -0500 Subject: [PATCH] minor tweaks --- .../core/gpu/device-plugin-tethys/daemonset.yaml | 3 ++- .../core/gpu/device-plugin-tethys/kustomization.yaml | 1 + .../core/gpu/profiles/jetson-and-tethys/kustomization.yaml | 6 ++++++ .../minipc-and-jeston-and-tethys/kustomization.yaml | 7 +++++++ .../core/gpu/profiles/minipc-and-tethys/kustomization.yaml | 6 ++++++ 5 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 infrastructure/core/gpu/profiles/jetson-and-tethys/kustomization.yaml create mode 100644 infrastructure/core/gpu/profiles/minipc-and-jeston-and-tethys/kustomization.yaml create mode 100644 infrastructure/core/gpu/profiles/minipc-and-tethys/kustomization.yaml diff --git a/infrastructure/core/gpu/device-plugin-tethys/daemonset.yaml b/infrastructure/core/gpu/device-plugin-tethys/daemonset.yaml index 44a47d9..3441e8e 100644 --- a/infrastructure/core/gpu/device-plugin-tethys/daemonset.yaml +++ b/infrastructure/core/gpu/device-plugin-tethys/daemonset.yaml @@ -1,7 +1,8 @@ +# infrastructure/core/gpu/daemonsets/device-plugin-tethys/daemonset.yaml apiVersion: apps/v1 kind: DaemonSet metadata: - name: nvidia-device-plugin-titan24 + name: nvidia-device-plugin-tethys namespace: kube-system labels: app.kubernetes.io/name: nvidia-device-plugin diff --git a/infrastructure/core/gpu/device-plugin-tethys/kustomization.yaml b/infrastructure/core/gpu/device-plugin-tethys/kustomization.yaml index 48f1d3d..693c975 100644 --- a/infrastructure/core/gpu/device-plugin-tethys/kustomization.yaml +++ b/infrastructure/core/gpu/device-plugin-tethys/kustomization.yaml @@ -1,3 +1,4 @@ +# infrastructure/core/gpu/daemonsets/device-plugin-tethys/kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: diff --git a/infrastructure/core/gpu/profiles/jetson-and-tethys/kustomization.yaml b/infrastructure/core/gpu/profiles/jetson-and-tethys/kustomization.yaml new file mode 100644 index 0000000..65f98c8 --- /dev/null +++ b/infrastructure/core/gpu/profiles/jetson-and-tethys/kustomization.yaml @@ -0,0 +1,6 @@ +# infrastructure/core/gpu/daemonsets/profiles/jetson-and-tethys/kustomization.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - ../../device-plugin-jetson + - ../../device-plugin-tethys diff --git a/infrastructure/core/gpu/profiles/minipc-and-jeston-and-tethys/kustomization.yaml b/infrastructure/core/gpu/profiles/minipc-and-jeston-and-tethys/kustomization.yaml new file mode 100644 index 0000000..033c0f6 --- /dev/null +++ b/infrastructure/core/gpu/profiles/minipc-and-jeston-and-tethys/kustomization.yaml @@ -0,0 +1,7 @@ +# infrastructure/core/gpu/daemonsets/profiles/minipc-and-jetson-and-tethys/kustomization.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - ../../device-plugin-minipc + - ../../device-plugin-tethys + - ../../device-plugin-jetson diff --git a/infrastructure/core/gpu/profiles/minipc-and-tethys/kustomization.yaml b/infrastructure/core/gpu/profiles/minipc-and-tethys/kustomization.yaml new file mode 100644 index 0000000..35abb91 --- /dev/null +++ b/infrastructure/core/gpu/profiles/minipc-and-tethys/kustomization.yaml @@ -0,0 +1,6 @@ +# infrastructure/core/gpu/daemonsets/profiles/minipc-and-tethys/kustomization.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - ../../device-plugin-minipc + - ../../device-plugin-tethys