fuse-device-plugin/fuse-device-plugin.yml
Stefan Reimer dc23e0323a
All checks were successful
ZeroDownTime/fuse-device-plugin/pipeline/tag This commit looks good
ZeroDownTime/fuse-device-plugin/pipeline/head This commit looks good
Use updated GO dependencies and fixes from https://github.com/cox96de/fuse-device-plugin.git
2023-09-27 17:56:58 +00:00

29 lines
709 B
YAML

apiVersion: apps/v1
kind: DaemonSet
metadata:
name: fuse-device-plugin
namespace: kube-system
spec:
selector:
matchLabels:
name: fuse-device-plugin
template:
metadata:
labels:
name: fuse-device-plugin
spec:
containers:
- image: public.ecr.aws/zero-downtime/fuse-device-plugin:latest
name: fuse-device-plugin
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
volumeMounts:
- name: device-plugin
mountPath: /var/lib/kubelet/device-plugins
volumes:
- name: device-plugin
hostPath:
path: /var/lib/kubelet/device-plugins