migtools / openshift-migration-plugin

Velero plugin to support migration of openshift workloads across clusters
Apache License 2.0
3 stars 9 forks source link

Allow for a user to skip the migration of builds #55

Closed dymurray closed 4 years ago

dymurray commented 4 years ago

There has been a number of users with feedback given that they would prefer we do not replay the builds on the destination side. We should expose a configuration option which would allow a user to create migrations which will not include builds from the source cluster.

sseago commented 4 years ago

What's the use case for ever restoring builds? Some may fail anyway, and if they don't, they're creating new images that won't necessarily be the same as the images associated with these old builds on the src cluster.

dymurray commented 4 years ago

We have merged in a fix to never restore builds.