Skip to content

openshift/bootstrap-versions

Ignition configuration for OpenShift bootstrap node

OpenShift Bootstrap Versions

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.

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.15.6    # Default version
4.15.7    # Minor update
4.16.0    # Major update
latest-4.15 # Latest version in the 4.15 series
stable-4.15 # Stable version in the 4.15 series

Note: When using latest-4.15, the bootstraped version may change when the latest version in the 4.15 series is updated.

This param is expanded but not composed.