minor tweaks #2

Merged
bstein merged 1 commits from fea/titan24-gpu into main 2025-10-10 02:23:03 +00:00
5 changed files with 22 additions and 1 deletions
Showing only changes of commit ea08411128 - Show all commits

View File

@ -1,7 +1,8 @@
# infrastructure/core/gpu/daemonsets/device-plugin-tethys/daemonset.yaml
apiVersion: apps/v1 apiVersion: apps/v1
kind: DaemonSet kind: DaemonSet
metadata: metadata:
name: nvidia-device-plugin-titan24 name: nvidia-device-plugin-tethys
namespace: kube-system namespace: kube-system
labels: labels:
app.kubernetes.io/name: nvidia-device-plugin app.kubernetes.io/name: nvidia-device-plugin

View File

@ -1,3 +1,4 @@
# infrastructure/core/gpu/daemonsets/device-plugin-tethys/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:

View File

@ -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

View File

@ -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

View File

@ -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