From 80df160cebe72891f916fd287a740e2160c86193 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 13 Feb 2024 07:56:35 -0600 Subject: [PATCH] device-plugins: Allow FUSE plugin on Jenkins nodes Jenkins jobs that build container images need access to `/dev/fuse`. Thus, we have to allow Pods managed by the *fuse-device-plugin* DaemonSet to be scheduled on nodes that are tainted for use exclusively by Jenkins jobs. --- device-plugins/fuse-device-plugin.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/device-plugins/fuse-device-plugin.yaml b/device-plugins/fuse-device-plugin.yaml index 48a5f71..61c07db 100644 --- a/device-plugins/fuse-device-plugin.yaml +++ b/device-plugins/fuse-device-plugin.yaml @@ -27,6 +27,7 @@ spec: tolerations: - key: du5t1n.me/machine value: raspberrypi + - key: du5t1n.me/jenkins volumes: - name: device-plugin hostPath: