diff --git a/migrating_from_ocp_3_to_4/premigration-checklists-3-4.adoc b/migrating_from_ocp_3_to_4/premigration-checklists-3-4.adoc index 1f5039aa09c7..8db3285d6cc1 100644 --- a/migrating_from_ocp_3_to_4/premigration-checklists-3-4.adoc +++ b/migrating_from_ocp_3_to_4/premigration-checklists-3-4.adoc @@ -66,6 +66,7 @@ $ oc get csr -A | grep pending -i ---- * [ ] The link:https://docs.openshift.com/container-platform/3.11/install_config/configuring_authentication.html#overview[identity provider] is working. +* [ ] You have set the value of the `openshift.io/host.generated` annotation parameter to `true` for each {product-title} route, which updates the host name of the route for the target cluster. Otherwise, the migrated routes retain the source cluster host name. [id="target-cluster_{context}"] == Target cluster @@ -88,7 +89,6 @@ If an application uses an internal image in the `openshift` namespace that is no * [ ] The target cluster and the replication repository have sufficient storage space. * [ ] The xref:../authentication/understanding-identity-provider.adoc#supported-identity-providers[identity provider] is working. * [ ] DNS records for your application exist on the target cluster. -* [ ] Set the value of the `annotation.openshift.io/host.generated` parameter to `true` for each {product-title} route to update its host name for the target cluster. Otherwise, the migrated routes retain the source cluster host name. * [ ] Certificates that your application uses exist on the target cluster. * [ ] You have configured appropriate firewall rules on the target cluster. * [ ] You have correctly configured load balancing on the target cluster.