migtools / pvc-migrate

Standalone PVC migration
Apache License 2.0
5 stars 13 forks source link

Deterministic route url #124

Closed alaypatel07 closed 4 years ago

alaypatel07 commented 4 years ago

This adds spec.host explicitly on route so it never fails, falls back to no host name in which case openshift will assign the host.

This also adds a wait that checks if a condition Admitted on route status is True

alaypatel07 commented 4 years ago

thanks @pranavgaikwad for finding this condition https://github.com/konveyor/pvc-migrate/pull/124/files#diff-ec761466459b9bccb474c7eb8cba7b17R133, great stuff digging this!