You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is already possible. First, you should detach your volume from any server. Afterward, you need to find out your volume ID, which you can do in the Hetzner Cloud Console, or via hcloud volume list. This needs to be referenced in the volumeHandle of your PV definition. Then you can create a PVC and reference the existing PV via volumeName.
TL;DR
Is it possible to import an existing volume into the cluster and make it managed by the csi driver?
Expected behavior
Reuse an already existing volume in a new cluster.
The text was updated successfully, but these errors were encountered: