mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 18:47:19 +01:00
A check was added in https://issues.redhat.com//browse/OCPBUGS-10342
to warn when the number of replicas exceeded the configured hosts,
however this did not catch the case when the number of configured
hosts exceeds the replicas, so it is added here. In addition this
validation will now result in an error instead of a warning since
this invalid configuration will cause installation failures.
(cherry picked from commit 71c32a834c)