Begin installing the {product-title} cluster in the {oda-first} environment by using the {hybrid-console}.
-
Log in to the {hybrid-console}.
-
On the Cluster List page, click Create cluster.
-
Click the Datacenter tab.
-
Under Assisted Installer, click Create cluster.
-
Configure your cluster on the Cluster details page:
-
Enter a name for the cluster in the Cluster name field.
-
Enter a base domain for the cluster in the Base domain field. All subdomains for the cluster will use this base domain.
NoteThe base domain must be a valid DNS name. You must not have a wildcard domain set up for the base domain.
-
Select a version from the OpenShift version dropdown list. By default, the dropdown list displays the latest version.
-
Optional: In the Number of control plane nodes field, select the number of control plane nodes for your installation from the dropdown menu. The default value is
3. -
Optional: Select the Include custom manifests checkbox if you want to upload custom manifests to further configure your cluster. This option adds an additional page for custom manifests that you use later in the configuration process.
ImportantIf you have already added custom manifests, clearing the Include custom manifests checkbox automatically deletes them all. You must confirm the deletion.
-
Click Next to continue. Once you proceed to the next page, you cannot go back to change any of these cluster details.
-
-
Choose additional Operators to install on the Operators page:
-
If you want to install an Operator bundle, select an option in the Bundles section.
-
If you want to install only some Operators, select the individual Operators from the Single Operators section.
-
Click Next to continue.
-
-
Upload an SSH public key and generate the Discovery ISO:
-
Click the Add Hosts button in the Host Discovery page.
-
Upload an SSH public key in the SSH public key section so that you can connect to the cluster nodes as the
coreuser. If you do not already have an SSH public key, see "Generating a key pair for cluster node SSH access" for more information. -
Select Show proxy settings.
-
Enter values for the HTTP proxy URL, HTTPS URL proxy, and No proxy domains fields.
-
Click Generate Discovery ISO.
-
-
Copy the command from the Command to download the ISO field and run the command as a root user in the {oda-short} environment.
Example command# wget -O discovery_image_example.iso 'https://api.openshift.com/api/assisted-images/bytoken/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Njg0Mjc3MDIsInN1YiI6ImNhMzZjZWU1LTQ3ZWEtNDc0Ny05OTg5LTVhZTYyMmMzMjZlNSJ9.jl-HvaxBR-WX73vpxO-Fy65bmY-RE5iL6AqL0wbWCmE/4.20/x86_64/minimal.iso'