mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-29 04:39:16 +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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user