Merge pull request #84501 from pohly/hostpath-dev-raw-block

e2e: share /dev with host in hostpath driver deployment
This commit is contained in:
Kubernetes Prow Robot 2019-10-29 08:22:43 -07:00 committed by GitHub
commit 9731b51d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,8 @@ spec:
name: plugins-dir
- mountPath: /csi-data-dir
name: csi-data-dir
- mountPath: /dev
name: dev-dir
- name: liveness-probe
volumeMounts:
@ -135,3 +137,7 @@ spec:
path: /var/lib/csi-hostpath-data/
type: DirectoryOrCreate
name: csi-data-dir
- hostPath:
path: /dev
type: Directory
name: dev-dir