Merge pull request 'minor tweaks' (#2) from fea/titan24-gpu into main
Reviewed-on: #2
This commit is contained in:
commit
2e6f811d12
@ -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
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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