Compare commits
No commits in common. "a09333ba38d97074358764cfef733229448c17cc" and "a94bd95248aef1007f01b301671b42a4aabcb1f8" have entirely different histories.
a09333ba38
...
a94bd95248
@ -1,48 +0,0 @@
|
|||||||
apiVersion: apps/v1
|
|
||||||
kind: DaemonSet
|
|
||||||
metadata:
|
|
||||||
name: nvidia-device-plugin-titan24
|
|
||||||
namespace: kube-system
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: nvidia-device-plugin
|
|
||||||
app.kubernetes.io/instance: titan24
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app.kubernetes.io/name: nvidia-device-plugin
|
|
||||||
app.kubernetes.io/instance: titan24
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: nvidia-device-plugin
|
|
||||||
app.kubernetes.io/instance: titan24
|
|
||||||
spec:
|
|
||||||
nodeSelector:
|
|
||||||
kubernetes.io/hostname: titan-24
|
|
||||||
kubernetes.io/arch: amd64
|
|
||||||
tolerations:
|
|
||||||
- operator: Exists
|
|
||||||
priorityClassName: system-node-critical
|
|
||||||
runtimeClassName: nvidia
|
|
||||||
containers:
|
|
||||||
- name: nvidia-device-plugin-ctr
|
|
||||||
image: nvcr.io/nvidia/k8s-device-plugin:v0.16.2
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
args:
|
|
||||||
- "--fail-on-init-error=false"
|
|
||||||
- "--device-list-strategy=envvar"
|
|
||||||
- "--mig-strategy=none"
|
|
||||||
securityContext:
|
|
||||||
privileged: true
|
|
||||||
env:
|
|
||||||
- name: NVIDIA_VISIBLE_DEVICES
|
|
||||||
value: "all"
|
|
||||||
- name: NVIDIA_DRIVER_CAPABILITIES
|
|
||||||
value: "compute,video,utility"
|
|
||||||
volumeMounts:
|
|
||||||
- name: device-plugin
|
|
||||||
mountPath: /var/lib/kubelet/device-plugins
|
|
||||||
volumes:
|
|
||||||
- name: device-plugin
|
|
||||||
hostPath:
|
|
||||||
path: /var/lib/kubelet/device-plugins
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- daemonset.yaml
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
# infrastructure/core/gpu/daemonsets/profiles/tethys-only/kustomization.yaml
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- ../../device-plugin-tethys
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
apiVersion: node.k8s.io/v1
|
|
||||||
kind: RuntimeClass
|
|
||||||
metadata:
|
|
||||||
name: nvidia
|
|
||||||
handler: nvidia
|
|
||||||
@ -5,5 +5,4 @@ resources:
|
|||||||
- base
|
- base
|
||||||
# - gpu/profiles/jetson-only
|
# - gpu/profiles/jetson-only
|
||||||
# - gpu/profiles/minipc-and-jetson
|
# - gpu/profiles/minipc-and-jetson
|
||||||
# - gpu/profiles/minipc-only
|
- gpu/profiles/minipc-only
|
||||||
- gpu/profiles/tethys-only
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user