minor tweaks
This commit is contained in:
parent
bff6b83d11
commit
ea08411128
@ -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
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# infrastructure/core/gpu/daemonsets/device-plugin-tethys/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user