openshift/installer-url¶
Subscription channel for Red Hat Advanced Cluster Management operator
OpenShift Installer URL¶
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.15.6
https://drp.example.com/files/redhat/openshift/openshift-install-linux-4.15.6.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