diff --git a/installing/installing_rhv/installing-rhv-customizations.adoc b/installing/installing_rhv/installing-rhv-customizations.adoc index 97fad5b8fbe5..756438bc6cc7 100644 --- a/installing/installing_rhv/installing-rhv-customizations.adoc +++ b/installing/installing_rhv/installing-rhv-customizations.adoc @@ -5,6 +5,11 @@ include::modules/common-attributes.adoc[] toc::[] +[WARNING] +==== +Due to a known issue with installing {product-title} versions 4.4 and 4.5 on {rh-virtualization-first} 4.4.1, you must customize `install-config.yaml` as described in link:https://access.redhat.com/solutions/5374251[Openshift IPI installation on RHV-4.x failed with "Error: timeout while waiting for state to become 'up' (last state: 'down', timeout: 10m0s)"]. This defect is fixed in {rh-virtualization} 4.4.2. +==== + You can customize and install an {product-title} cluster on {rh-virtualization-first}, similar to the one shown in the following diagram. image::92_OpenShift_Cluster_Install_RHV_0520.png[Diagram of an {product-title} cluster on a {rh-virtualization} cluster] diff --git a/installing/installing_rhv/installing-rhv-default.adoc b/installing/installing_rhv/installing-rhv-default.adoc index 39528cf9b143..020934ac4fef 100644 --- a/installing/installing_rhv/installing-rhv-default.adoc +++ b/installing/installing_rhv/installing-rhv-default.adoc @@ -5,6 +5,15 @@ include::modules/common-attributes.adoc[] toc::[] +[WARNING] +==== +Due to a known issue, this default installation procedure does not work with {product-title} versions 4.4 and 4.5 on {rh-virtualization-first} 4.4.1. This defect is fixed in {rh-virtualization} 4.4.2. + +Instead, follow the steps in link:https://docs.openshift.com/container-platform/4.5/installing/installing_rhv/installing-rhv-customizations.html[Installing a cluster on RHV with customizations]. + +During that procedure, customize `install-config.yaml` as described in link:https://access.redhat.com/solutions/5374251[Openshift IPI installation on RHV-4.x failed with "Error: timeout while waiting for state to become 'up' (last state: 'down', timeout: 10m0s)"]. +==== + You can quickly install a default, non-customized, {product-title} cluster on a {rh-virtualization-first} cluster, similar to the one shown in the following diagram. image::92_OpenShift_Cluster_Install_RHV_0520.png[Diagram of an {product-title} cluster on a {rh-virtualization} cluster] diff --git a/modules/installation-configuration-parameters.adoc b/modules/installation-configuration-parameters.adoc index ed6e9c888685..2609545249c3 100644 --- a/modules/installation-configuration-parameters.adoc +++ b/modules/installation-configuration-parameters.adoc @@ -267,10 +267,10 @@ For production {product-title} clusters on which you want to perform installatio ==== a|One or more keys. For example: ``` -sshKey: | - - - +sshKey: + key1... + key2... + key3... ``` |==== diff --git a/modules/installation-initializing.adoc b/modules/installation-initializing.adoc index 1fb9861a9c23..1bb94e8793c3 100644 --- a/modules/installation-initializing.adoc +++ b/modules/installation-initializing.adoc @@ -110,6 +110,11 @@ ifdef::osp[] endif::osp[] ifdef::rhv[] {rh-virtualization-first}. + +[WARNING] +==== +Due to a known issue with installing {product-title} versions 4.4 and 4.5 on {rh-virtualization-first} 4.4.1, you must customize `install-config.yaml` as described in link:https://access.redhat.com/solutions/5374251[Openshift IPI installation on RHV-4.x failed with "Error: timeout while waiting for state to become 'up' (last state: 'down', timeout: 10m0s)"]. This defect is fixed in {rh-virtualization} 4.4.2. +==== endif::rhv[] ifdef::vsphere[] VMware vSphere.