Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions book/src/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ on the host to see mounts created by the CSI driver container. See the example b
- name: mountpoint-dir
mountPath: /var/lib/kubelet/pods
mountPropagation: "Bidirectional"
initContainers:
- name: node-driver-registrar
restartPolicy: Always
...
volumeMounts:
- name: registration-dir
Expand Down