mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #84501 from pohly/hostpath-dev-raw-block
e2e: share /dev with host in hostpath driver deployment
This commit is contained in:
commit
9731b51d23
@ -101,6 +101,8 @@ spec:
|
|||||||
name: plugins-dir
|
name: plugins-dir
|
||||||
- mountPath: /csi-data-dir
|
- mountPath: /csi-data-dir
|
||||||
name: csi-data-dir
|
name: csi-data-dir
|
||||||
|
- mountPath: /dev
|
||||||
|
name: dev-dir
|
||||||
|
|
||||||
- name: liveness-probe
|
- name: liveness-probe
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@ -135,3 +137,7 @@ spec:
|
|||||||
path: /var/lib/csi-hostpath-data/
|
path: /var/lib/csi-hostpath-data/
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
name: csi-data-dir
|
name: csi-data-dir
|
||||||
|
- hostPath:
|
||||||
|
path: /dev
|
||||||
|
type: Directory
|
||||||
|
name: dev-dir
|
||||||
|
Loading…
Reference in New Issue
Block a user