fuse-device-plugin: Run on Raspberry Pi nodes
The FUSE device plugin needs to run on the Raspbperry Pi nodes in order to build aarch64 container images in Jenkins.dch-webhooks-secrets
parent
e56526600d
commit
4c6962fbc8
|
@ -24,6 +24,9 @@ spec:
|
||||||
- name: device-plugin
|
- name: device-plugin
|
||||||
mountPath: /var/lib/kubelet/device-plugins
|
mountPath: /var/lib/kubelet/device-plugins
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
|
tolerations:
|
||||||
|
- key: du5t1n.me/machine
|
||||||
|
value: raspberrypi
|
||||||
volumes:
|
volumes:
|
||||||
- name: device-plugin
|
- name: device-plugin
|
||||||
hostPath:
|
hostPath:
|
||||||
|
|
Loading…
Reference in New Issue