summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/kube-system/amdgpu-device-plugin/deamon-set.yaml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-05 22:48:25 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-05 23:01:22 +0200
commit18316dfaa6e176d55103785e5018df468675f49d (patch)
tree908488c6215b28445716b8d02d279ae235f69493 /data.d/k3s-master/manifests.d/tyilnet/kube-system/amdgpu-device-plugin/deamon-set.yaml
parentefcc08a470f4e531dba2727eeef6c7bbfce43955 (diff)
Remove old k3s manifests
Diffstat (limited to 'data.d/k3s-master/manifests.d/tyilnet/kube-system/amdgpu-device-plugin/deamon-set.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/kube-system/amdgpu-device-plugin/deamon-set.yaml40
1 files changed, 0 insertions, 40 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/kube-system/amdgpu-device-plugin/deamon-set.yaml b/data.d/k3s-master/manifests.d/tyilnet/kube-system/amdgpu-device-plugin/deamon-set.yaml
deleted file mode 100644
index 9faf539..0000000
--- a/data.d/k3s-master/manifests.d/tyilnet/kube-system/amdgpu-device-plugin/deamon-set.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-apiVersion: apps/v1
-kind: DaemonSet
-metadata:
- name: amdgpu-device-plugin-daemonset
- namespace: kube-system
-spec:
- selector:
- matchLabels:
- name: amdgpu-dp-ds
- template:
- metadata:
- labels:
- name: amdgpu-dp-ds
- spec:
- nodeSelector:
- kubernetes.io/arch: amd64
- amdgpu: "true"
- priorityClassName: system-node-critical
- tolerations:
- - key: CriticalAddonsOnly
- operator: Exists
- containers:
- - image: rocm/k8s-device-plugin
- name: amdgpu-dp-cntr
- securityContext:
- allowPrivilegeEscalation: false
- capabilities:
- drop: ["ALL"]
- volumeMounts:
- - name: dp
- mountPath: /var/lib/kubelet/device-plugins
- - name: sys
- mountPath: /sys
- volumes:
- - name: dp
- hostPath:
- path: /var/lib/kubelet/device-plugins
- - name: sys
- hostPath:
- path: /sys