pv-migrate
pv-migrate copied to clipboard
CLI tool to easily migrate Kubernetes persistent volumes
I suggest adding another use case to the README: changing the StorageClass of a volume. I'm migrating all my PVC/PVs from one storage class to another. Initially I thought I...
**Is your feature request related to a problem? Please describe.** Kubernetes doesn't have the functionality to reduce or shrink the PV size. But we can automate this process and make...
**Describe the bug** I have configured a custom port number in the `values.yaml`: ```yaml sshd: service: # -- SSHD service port port: 2222 ``` But in the destination port I...
**Describe the bug** When I start the pv-migrate, it creates the deployment, but in the debug log I see errors like: ``` 🚁 Attempting strategy: lbsvc 🔑 Generating SSH key...
**Is your feature request related to a problem? Please describe.** When we want to copy data from pv between different clusters, pretty often we have problems getting a public IP...
I'm surprised to not have seen this request yet, but my request would be to implement a NodePort type service. **Is your feature request related to a problem? Please describe.**...
Not sure if it's worth creating a pull request to put on the USAGE.md, i might just leave it here if you find this is helpful. For migrating PV on...
**Describe the bug** I am trying to move pvc from one cluster to another. When i run the pv-migrate command it fails with the error : > rsync: connection unexpectedly...
**Is your feature request related to a problem? Please describe.** When trying to copy from a larger pvc to a smaller pvc the migration fails with the following very generic...