pv-migrate icon indicating copy to clipboard operation
pv-migrate copied to clipboard

CLI tool to easily migrate Kubernetes persistent volumes

Results 46 pv-migrate issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** There may be cases where there's no network path between the source and destination clusters and this case is covered...

**Describe the bug** Generally, port forwarding fails while using local strategy. Digging more into the problem, it seems like the Dialer object (in portforward.go, after calling forwarder.ForwardPorts()) throws back an...

**Describe the bug** When migrating a pvc that hold a postgresql data, when deleting the pods after running the migration script, the pod crash with the attached logs, I've encountered...

**Is your feature request related to a problem? Please describe.** We have many Block volumeMode PVCs (using LVM) in our cluster, and we want these PVCs to be freely migrated...

Add a new strategy: tailscale User provides a tailscale api key or sth like that. We run sidecars on each side and use tailscale network to do the rsync. This...

Add a flag indicating the cluster DNS suffix for the source cluster. If present, lbsvc strat should use the fully qualified DNS name for a ClusterIP service instead of a...

Remove deprecated goreleaser config.

**Describe the bug** The bash completion is working, but only if the tool is being called as `pv-migrate`, not when being used as a kubectl plugin. **To Reproduce** Steps to...

**Describe the bug** Due to missing LoadBalancer support on cluster side and unsupported NodeType service on pv-migrate side, I've to use strategy `local`. Syncing iworks without problems, but it seems...