migtools / crane-runner

Apache License 2.0
2 stars 11 forks source link

Add the ability to use a custom pvc transfer image for source and destination #57

Open jmontleon opened 2 years ago

jmontleon commented 2 years ago

For downstream we will likely need to use allow using a different rsync-transfer image. Even with a community release it will be necessary in disconnected or restricted networks. We'll need to update the pvc-transfer ClusterTask to accept these options.

Once those PRs are merged and we've decided how to pass them in we should update the ClusterTask to deal with them properly.

Based on current PRs it should look roughly like so:

crane transfer-pvc \
          --source-image=quay.io/jmontleon/rsync-source-transfer:latest \
          --destination-image=quay.io/jmontleon/rsync-transfer:latest \
...
github-actions[bot] commented 2 years ago

This issue is currently awaiting triage. If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance. The triage/accepted label can be added by org members by writing /triage accepted in a comment.

eriknelson commented 2 years ago

/triage accepted /priority normal

github-actions[bot] commented 2 years ago

This issue synced with: https://issues.redhat.com/browse/MTRHO-116