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
Currently, kubectl directpv move moves the volume references from one drive to another without moving the actual data. We need to provide an option to move the drive with data - say, kubectl directpv move --data which can cp/mv the underlying data. We can use kubernetes jobs to achieve this.
The text was updated successfully, but these errors were encountered:
Currently,
kubectl directpv move
moves the volume references from one drive to another without moving the actual data. We need to provide an option to move the drive with data - say,kubectl directpv move --data
which can cp/mv the underlying data. We can use kubernetes jobs to achieve this.The text was updated successfully, but these errors were encountered: