openshift/installer-url¶
URL for downloading the OpenShift installer binary
This parameter specifies the URL for downloading the OpenShift installer binary. The installer is used to deploy and configure the OpenShift cluster.
Requirements¶
- URL must point to a valid OpenShift installer tarball
- Version must match openshift/version parameter
- Must be accessible from the provisioning node
- Must be a Linux binary (installer is run on the provisioning node)
Usage¶
The default URL template uses the DRP provisioner and openshift/version:
# Default format
{{.ProvisionerURL}}/files/redhat/openshift/openshift-install-linux-{{.ParamExpand "openshift/version"}}.tar.gz
# Example with version 4.20.8
https://drp.example.com/files/redhat/openshift/openshift-install-linux-4.20.8.tar.gz
Notes: - The installer version must match the cluster version - The binary is automatically downloaded and used during cluster deployment - Can be overridden to use a custom mirror or cached installer
Objects that Reference openshift/installer-url¶
- tasks openshift-cluster-tools in Openshift as part of Templates.[3].Contents (used)