Bug 1928948 - OPENSHIFT_INSTALL_SKIP_PREFLIGHT_VALIDATIONS does not skip Control plane size validation
Summary: OPENSHIFT_INSTALL_SKIP_PREFLIGHT_VALIDATIONS does not skip Control plane size...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 4.8
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.8.0
Assignee: Pierre Prinetti
QA Contact: weiwei jiang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-15 20:44 UTC by Pierre Prinetti
Modified: 2021-02-22 09:25 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-02-22 09:25:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Pierre Prinetti 2021-02-15 20:44:25 UTC
When setting the environment variable OPENSHIFT_INSTALL_SKIP_PREFLIGHT_VALIDATIONS=1, the install process is still being aborted when the Control plane replicas are set to a number different than 3.

Comment 1 Pierre Prinetti 2021-02-22 09:25:58 UTC
The install-config validation is a "static check" and not a "pre-flight check" and as such, it can't be skipped with the same environment variable.

Note that with https://github.com/openshift/installer/pull/4672 , the validation only aborts the installation when "replicas > 3" (it was "replicas != 3").


Note You need to log in before you can comment on or make changes to this bug.