-
Story
-
Resolution: Unresolved
-
Blocker
-
None
[Relevant Slack conversation](https://coreos.slack.com/archives/C02ELCA262K/p1657895147948079).
In the import wizard, we need to recognize when a source for import includes ImageStreams. If ImageStreams are found we ask the user if they wish to migrate them (future iterations may determine this for the user). The resulting pipeline should look something like:
1. `crane-export` targeting source cluster, we must have the manifests
1. `oc-registry-info` targeting source and destination clusters
1. `crane-skopeo-sync-gen` using the emitted results from `oc registry info` and
the export results stored in the common workspace
1. `skopeo-sync` targeting destination cluster
Dependent issues include:
- konveyor/crane#138
- konveyor/crane-runner#54
- konveyor/crane-runner#55
- konveyor/crane-runner#56
Updates based on Shawn's comment https://github.com/konveyor/enhancements/pull/77/files#r922514703 that made me realize we could fallback to `oc get route` when `oc registry info` doesn't get us what we want.
- links to