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:
|
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:
|
||||||
|
|
Loading…
Reference in New Issue