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.etcd
parent
33fa951c68
commit
80df160ceb
|
@ -27,6 +27,7 @@ spec:
|
|||
tolerations:
|
||||
- key: du5t1n.me/machine
|
||||
value: raspberrypi
|
||||
- key: du5t1n.me/jenkins
|
||||
volumes:
|
||||
- name: device-plugin
|
||||
hostPath:
|
||||
|
|
Loading…
Reference in New Issue