Skip to content

Commit

Permalink
Merge pull request kubernetes#84501 from pohly/hostpath-dev-raw-block
Browse files Browse the repository at this point in the history
e2e: share /dev with host in hostpath driver deployment
  • Loading branch information
k8s-ci-robot authored Oct 29, 2019
2 parents f75ef82 + 327a12c commit 9731b51
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 9731b51

Please sign in to comment.