kubernetes-csi/csi-driver-host-path

[changing the pod's node == migrate the volume ?]

abdelghanimeliani opened this issue · 1 comments

If a Pod dies and gets scheduled to another node in the cluster, or the node is rebooted, the data is lost or it will be migrated to the new node ?

pohly commented

It's lost. The csi-driver-host-path is not meant to be used in production, therefore this also won't get added.

May I close this issue?