Direct-mount /dev/dri in
This commit is contained in:
parent
a5f24642ae
commit
cbc77be2a3
@ -42,6 +42,8 @@ spec:
|
|||||||
name: jf-config
|
name: jf-config
|
||||||
- mountPath: /cache
|
- mountPath: /cache
|
||||||
name: jf-cache
|
name: jf-cache
|
||||||
|
- mountPath: /dev/dri
|
||||||
|
name: dri
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: face
|
- key: face
|
||||||
operator: Equal
|
operator: Equal
|
||||||
@ -57,6 +59,9 @@ spec:
|
|||||||
- name: jf-cache
|
- name: jf-cache
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: jf-cache-pvc
|
claimName: jf-cache-pvc
|
||||||
|
- name: dri
|
||||||
|
hostPath:
|
||||||
|
path: /dev/dri
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user