openshift/bootstrap-versions¶
Versions of OpenShift to bootstrap
This parameter specifies the versions of OpenShift Container Platform content to download during the bootstrap process.
The versions will be downloaded as separate content packages and both cluster and bootstrap profiles will be provided. Use the cluster profile on your cluster after bootstrapping to install a desired version of OpenShift.
After a version is bootstrapped, a content bundle with the real version
(such as 4.20.8) will be created. Use that content bundle to deploy
OpenShift clusters of that version. The bundle will NOT be named stable
or latest-4.20 after bootstrapping.
Requirements¶
- Must specify a valid OpenShift version number or label
- Version must be available in Red Hat's repositories
- All cluster nodes must support the specified version
Usage¶
The version is specified in X.Y.Z format with an optional latest- or stable- prefix
# Example versions:
4.20.8 # Default version
4.20.9 # Minor update
4.21.0 # Major update
latest-4.20 # Latest version in the 4.20 series
stable-4.20 # Stable version in the 4.20 series
stable # Current stable version
latest # Current latest version
Note: When using latest-4.20, the bootstraped version may change when the
latest version in the 4.20 series is updated.
This param is expanded but not composed.
Objects that Reference openshift/bootstrap-versions¶
- templates bootstrap-openshift-contents.sh.tmpl in Openshift as part of Contents (used)
Objects used by openshift/bootstrap-versions¶
Not used in current content packs