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.
This commit is contained in:
@@ -27,6 +27,7 @@ spec:
|
|||||||
tolerations:
|
tolerations:
|
||||||
- key: du5t1n.me/machine
|
- key: du5t1n.me/machine
|
||||||
value: raspberrypi
|
value: raspberrypi
|
||||||
|
- key: du5t1n.me/jenkins
|
||||||
volumes:
|
volumes:
|
||||||
- name: device-plugin
|
- name: device-plugin
|
||||||
hostPath:
|
hostPath:
|
||||||
|
|||||||
Reference in New Issue
Block a user