Chapter 1. Installing on RHV
1.1. Creating a custom virtual machine template on RHV
Before installing a OpenShift Container Platform cluster on your Red Hat Virtualization (RHV) environment, you create a custom virtual machine template and configure your environment so the installation program uses the template.
Creating a custom virtual machine template for RHV is a workaround for a known issue (BZ#1818577). If you do not create a custom virtual machine, the OpenShift Container Platform cluster you install will fail.
Prerequisites
- Review details about the OpenShift Container Platform installation and update processes.
- If you use a firewall, configure it to allow the sites that your cluster requires access to.
1.1.1. Downloading a specific RHCOS image to the RHV Manager machine
Download a specific Red Hat Enterprise Linux CoreOS (RHCOS) image to the Red Hat Virtualization (RHV) Manager machine.
Do not substitute the RHCOS image specified by these instructions with another image.
Procedure
Open a terminal session with the RHV Manager machine. For example, if you run the Manager as a self-hosted engine:
-
Go to the RHV Administration Portal and go to the Compute
Virtual Machines page. - Select the HostedEngine virtual machine and click .
-
Go to the RHV Administration Portal and go to the Compute
On the Manager’s command line, create a working directory and change to it.
$ mkdir rhcos $ cd rhcos
- In a browser, go to https://github.com/openshift/installer/blob/release-4.4/data/data/rhcos.json.
-
In
rhcos.json
, findbaseURI
and copy its value. On the Manager, start a
wget
command and paste the value ofbaseURI
but do not press Enter. For example:$ wget https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.4/44.81.202003062006-0/x86_64/
-
In
rhcos.json
document, findopenstack
and copy the value ofpath
. On the Manager, paste the value of
path
. For example:$ wget https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.4/44.81.202003062006-0/x86_64/rhcos-44.81.202003062006-0-openstack.x86_64.qcow2.gz
-
Press Enter and wait for
wget
to finish downloading the RHCOS image. Unzip the RHCOS image. For example:
$ gunzip rhcos*
1.1.2. Using an Ansible playbook to upload an RHCOS image to a data storage domain
Use an Ansible playbook to upload an Red Hat Enterprise Linux CoreOS (RHCOS) image to a data storage domain.
Prerequisites
Procedure
Create an Ansible playbook file
upload_rhcos_disk.yaml
on the Red Hat Virtualization (RHV) Manager. For example:$ vi upload_rhcos_disk.yaml
- Go to this file on the Red Hat Customer Portal.
- Paste its contents into your playbook.
In your playbook, update the parameter values that have callouts.
- hosts: localhost gather_facts: no tasks: - name: Authenticate with engine ovirt_auth: url: https://<virtlab.example.com>/ovirt-engine/api 1 username: <username@profile> 2 password: <password> 3 insecure: yes - name: Upload RHCOS image ovirt_disk: auth: "{{ ovirt_auth }}" name: <rhcos_44-81_img-diskname> 4 size: 120GiB 5 interface: virtio_scsi storage_domain: <SSD_RAID_10> 6 bootable: yes timeout: 3600 7 upload_image_path: </custom/rhcos-44.81.202003110027-0-openstack.x86_64.qcow2> 8 wait: yes
- 1
- For
<virtlab.example.com>
, specify the fully-qualified domain name (FQDN) of your RHV Manager. - 2
- For
<username@profile>
, specify the admin user name and profile. - 3
- For
<password>
, specify the admin password. - 4
- For
<rhcos_44-81_img-diskname>
, specify a disk name. - 5
- Specify
120GiB
or more for production environments. For resource-constrained or non-production environments, specify32GiB
or more. - 6
- For
<SSD_RAID_10>
, specify a data storage domain name. - 7
- Specify a timeout period, in seconds, that gives your RHV environment enough time to upload a 2.4 GB image to storage. The default value,
3600
seconds, gives one hour. - 8
- For
</custom/rhcos-44.81.202003110027-0-openstack.x86_64.qcow2>
, specify the image path and file name.
On the Manager, run the Ansible playbook. For example:
$ ansible-playbook rhcos_image.yaml -vvv
-
In the Administration Portal, go to the Storage
Disks page and find the disk name you specified in the playbook. For example, rhcos_44-81_img-diskname
. - When the status of the disk is OK, the playbook has finished uploading the RHCOS image to the storage domain.
1.1.3. Determining the resources available to customize your virtual machine template
If you plan to install a cluster quickly on RHV using the default configuration options, skip to the next task, Attaching the virtual disk with the RHCOS image to the virtual machine.
Otherwise, if you plan to install a cluster on RHV with customizations, consider the following information.
You can customize the virtual machine template the installation program uses to create the control and compute machines in your OpenShift Container Platform cluster. You can customize the template so these machines have more than the default virtual CPU, memory, and storage resources. Your customizations apply equally to both control and compute machines; they cannot be customized differently.
Over-allocating resources can cause the installation or operation of your cluster to fail. To avoid over-allocating resources, you must determine how much of each resource is available for each virtual machine: Inspect the resources in your Red Hat Virtualization (RHV) cluster and divide them by the number of virtual machines. The resulting quotients are the maximum values you can allocate for each resource.
Procedure
Inspect the available resources in your RHV cluster.
- Go to Verifying the requirements for the RHV environment
- Record the values of the storage Free Space, Logical CPU Cores, and Max free Memory for scheduling new VMs.
Record the number of virtual machines in your OpenShift Container Platform cluster.
- By default, your cluster contains seven machines.
- You can also customize the number of machines, as described in Installation configuration parameters for RHV. To account for the bootstrap machine, add one machine to the number in the configuration file.
- Divide each resource by the number of virtual machines.
- Record these values for use later on.
1.1.4. Attaching the virtual disk with the RHCOS image to a virtual machine
Attach the virtual disk with the Red Hat Enterprise Linux CoreOS (RHCOS) image to a virtual machine.
Procedure
-
Go to the Compute
Virtual Machines page and click . -
In the New Virtual Machine
General window that opens, use Cluster to select the RHV cluster where you plan to create the OpenShift Container Platform cluster. - Leave Template unchanged, with Blank selected.
- Set Operating System to Red Hat Enterprise Linux CoreOS.
- Leave Optimized for unchanged, with Desktop selected.
-
For Name, specify the name of the virtual machine. For example,
vmname
. - For Instance Images, click .
-
In the Attach Virtual Disks window that opens, find the disk you specified in the playbook. For example,
rhcos_44-81_img-diskname
. - Click the radio button for this disk.
- Select the OS checkbox for this disk. This makes the disk bootable.
- Click Attach Virtual Disks window. to save and close the
1.1.5. Configuring and creating of the virtual machine
Continue configuring the virtual machine and then create it.
Procedure
-
In the New Virtual Machine
General window, for each NIC under Instantiate VM network interfaces by picking a vNIC profile, select a vNIC profile. -
Go to the New Virtual Machine
System window. - Set Memory Size to 16384 MB or more. This default value is equivalent to 16 GiB. You can adjust this value according to the workload you expect on the compute machines and the amount of memory resources that are available.
- Due to a known issue (bz#1821215), set Physical Memory Guaranteed to 8192 MB. This value is equivalent to 8 GiB.
- Set Total Virtual CPUs to 4 or more. You can adjust this value according to the workload you expect on the compute machines and the resources that are available.
- Expand Advanced Parameters.
- Adjust Cores per Virtual Socket to 4 or more so it matches the Total Virtual CPUs setting.
Press New Virtual Machine.
to save and close theThe new virtual machine appears in the Compute
Virtual Machines window. Because the virtual machine is not starting, it appears quickly.
1.1.6. Creating a virtual machine template
Create the virtual machine template.
Procedure
- Select the new virtual machine.
- In the upper-right corner of the Administration Portal window, click the More actions menu, and select Make Template.
-
In the New Template window, specify a value for the Name. For example,
vm-tmpltname
. - Verify that Target and the other parameter values are correct and reflect your previous choices.
- Verify that Seal Template (Linux only) is not selected.
- Click .
-
Go to the Compute
Templates page and wait for the template to be created.
1.1.7. Exporting some environment variables
Using these environment variables to customize the install is a temporary workaround for a known issue (BZ#1818577). This content might be removed in a future release.
- Determine the values you specified for Memory and Total Virtual CPUs in the virtual machine settings.
- Run the following environment variables on the command line of your installation machine.
$ export OPENSHIFT_INSTALL_OS_IMAGE_OVERRIDE=<vm-tmpltname> 1 $ export TF_VAR_ovirt_template_mem=<mem-value> 2 $ export TF_VAR_ovirt_template_cpu=<cpu-value> 3 $ export TF_VAR_ovirt_master_mem=<mem-value> 4 $ export TF_VAR_ovirt_master_cpu=<cpu-value> 5
- 1
- For
<vm-tmpltname>
, specify the name of the template that you created. - 2 4
- For
<mem-value>
, specify the value of Memory in MB, in the virtual machine. For example,16384
. - 3 5
- For
<cpu-value>
, specify value of Total Virtual CPUs in the virtual machine. For example,4
.For example:
$ export OPENSHIFT_INSTALL_OS_IMAGE_OVERRIDE=vm-tmpltname $ export TF_VAR_ovirt_template_mem=16384 $ export TF_VAR_ovirt_template_cpu=4 $ export TF_VAR_ovirt_master_mem=16384 $ export TF_VAR_ovirt_master_cpu=4
1.2. Installing a cluster quickly on RHV
You can quickly install a default, non-customized, OpenShift Container Platform cluster on a Red Hat Virtualization (RHV) cluster, similar to the one shown in the following diagram.
The installation program uses installer-provisioned infrastructure to automate creating and deploying the cluster.
To install a default cluster, you prepare the environment, run the installation program and answer its prompts. Then, the installation program creates the OpenShift Container Platform cluster.
For an alternative to installing a default cluster, see Installing a cluster with customizations.
This installation program is available for Linux and macOS only.
1.2.1. Prerequisites
- Review details about the OpenShift Container Platform installation and update processes.
- If you use a firewall, configure it to allow the sites that your cluster requires access to.
1.2.2. Internet and Telemetry access for OpenShift Container Platform
In OpenShift Container Platform 4.4, you require access to the Internet to install your cluster. The Telemetry service, which runs by default to provide metrics about cluster health and the success of updates, also requires Internet access. If your cluster is connected to the Internet, Telemetry runs automatically, and your cluster is registered to the Red Hat OpenShift Cluster Manager (OCM).
Once you confirm that your Red Hat OpenShift Cluster Manager inventory is correct, either maintained automatically by Telemetry or manually using OCM, use subscription watch to track your OpenShift Container Platform subscriptions at the account or multi-cluster level.
You must have Internet access to:
- Access the Red Hat OpenShift Cluster Manager page to download the installation program and perform subscription management. If the cluster has Internet access and you do not disable Telemetry, that service automatically entitles your cluster.
- Access Quay.io to obtain the packages that are required to install your cluster.
- Obtain the packages that are required to perform cluster updates.
If your cluster cannot have direct Internet access, you can perform a restricted network installation on some types of infrastructure that you provision. During that process, you download the content that is required and use it to populate a mirror registry with the packages that you need to install a cluster and generate the installation program. With some installation types, the environment that you install your cluster in will not require Internet access. Before you update the cluster, you update the content of the mirror registry.
1.2.3. Requirements for the RHV environment
To install and run an OpenShift Container Platform cluster, the RHV environment must meet the following requirements. Not meeting these requirements can cause failures.
The following requirements for CPUs, memory, and storage are based on default values multiplied by the default number of virtual machines the installation program creates.
By default, the installation program creates seven machines during the installation process, which includes one bootstrap machine. When the installation program finishes, it deletes the bootstrap machine and frees up its resources. If you perform a custom installation, you can increase the number of virtual machines the installation program creates.
If you increase the resource usage or cluster size in the install_config.yaml
file, increase these requirements accordingly.
Requirements
- The RHV version is 4.3.9 or later.
- The RHV environment has one data center whose state is Up.
- The RHV data center contains an RHV cluster.
The RHV cluster has the following resources exclusively for the OpenShift Container Platform cluster:
- Minimum 28 vCPUs, which is 4 vCPUs for each of the seven virtual machines created during installation.
112 GiB RAM or more, including:
- 16 GiB or more for the bootstrap machine, which provides the temporary control plane.
- 16 GiB or more for each of the three control plane machines which provide the control plane.
- 16 GiB or more for each of the three compute machines, which run the application workloads.
- The RHV storage domain must meet these etcd backend performance requirements.
- In production environments, each virtual machine must have 120 GiB or more, so the storage domain must have 840 GiB or more for the OpenShift Container Platform cluster. In resource-constrained or non-production environments, each virtual machine must have 32 GiB or more, so the storage domain must have 230 GiB or more for the OpenShift Container Platform cluster.
- The RHV cluster must have access to an Internet connection to download images from the Red Hat Ecosystem Catalog during installation and updates, and for the Telemetry service to simplify the subscription and entitlement process.
- The RHV cluster has a virtual network with access to the REST API on the RHV Manager.
- All together, the hosts must have the required memory and CPU resources in addition to and aside from what they use to operate or provide to non-OpenShift Container Platform operations.
- The release cycles of OpenShift Container Platform and RHV are different and versions tested might vary in the future depending on the release dates of both products.
- The bootstrap machine provides a temporary control plane while the installation program creates the OpenShift Container Platform cluster. After it creates the cluster, the installation program removes the bootstrap machine and releases its resources.
1.2.4. Verifying the requirements for the RHV environment
Verify that the RHV environment meets the requirements to install and run an OpenShift Container Platform cluster. Not meeting these requirements can cause failures.
These requirements are based on the default resources the installation program uses to create control plane and compute machines. These resources include vCPUs, memory, and storage. If you change these resources or increase the number of OpenShift Container Platform machines, adjust these requirements accordingly.
Procedure
Check the RHV version.
- In the RHV Administration Portal, click the ? help icon in the upper-right corner and select About.
- In the window that opens, confirm that the RHV Software Version is 4.3.9 or higher.
Inspect the data center, cluster, and storage.
-
In the RHV Administration Portal, click Compute
Data Centers. - Confirm the data center where you plan to install OpenShift Container Platform displays a green up arrow, meaning it is "Up".
- Click the name of that data center.
- In the data center details, on the Storage tab, confirm the storage domain where you plan to install OpenShift Container Platform is Active.
- Record the Domain Name for use later on.
- Confirm Free Space has at least 230 GiB.
- Confirm that the storage domain meets these etcd backend performance requirements, which can be measured using the fio performance benchmarking tool.
- In the data center details, click the Clusters tab.
- Find the RHV cluster where you plan to install OpenShift Container Platform. Record the cluster name for use later on.
-
In the RHV Administration Portal, click Compute
Inspect the RHV host resources.
- In the RHV Administration Portal, click Compute > Clusters.
- Click the cluster where you plan to install OpenShift Container Platform.
- In the cluster details, click the Hosts tab.
- Inspect the hosts and confirm they have a combined total of at least 28 Logical CPU Cores available exclusively for the OpenShift Container Platform cluster.
- Record the number of available Logical CPU Cores for use later on.
- Confirm that these CPU cores are distributed so each of the seven virtual machines created during installation can have four cores.
Confirm that, all together, the hosts have 112 GiB of Max free Memory for scheduling new VMs distributed to meet the requirements for each of the following OpenShift Container Platform machines:
- 16 GiB required for the bootstrap machine
- 16 GiB required for each of the three control plane machines
- 16 GiB for each of the three compute machines
- Record the amount of Max free Memory for scheduling new VMs for use later on.
Verify that the virtual network for installing OpenShift Container Platform has access to the RHV Manager’s REST API. From a virtual machine on this network, use a curl command with the RHV Manager’s REST API. Use the following format:
curl -k -u <username>@<profile>:<password> \ 1 https://<engine-fqdn>/ovirt-engine/api 2
- 1
- For
<username>
, specify the user name of an RHV administrator. For<profile>
, specify the login profile, which you can get by going to the RHV Administration Portal login page and reviewing the Profile dropdown list. For<password>
, specify the admin password. - 2
- For
<engine-fqdn>
, specify the fully qualified domain name of the RHV environment.
For example:
$ curl -k -u rhvadmin@internal:pw123 \ https://rhv-env.virtlab.example.com/ovirt-engine/api
1.2.5. Preparing the network environment on RHV
Configure three static IP addresses for the OpenShift Container Platform cluster and create DNS entries using two of these addresses.
Procedure
Reserve three static IP addresses
- On the network where you plan to install OpenShift Container Platform, identify three static IP addresses that are outside the DHCP lease pool.
Connect to a host on this network and verify that each of the IP addresses is not in use. For example, use Address Resolution Protocol (ARP) to check that none of the IP addresses have entries:
$ arp 10.35.1.19 10.35.1.19 (10.35.1.19) -- no entry
- Reserve three static IP addresses following the standard practices for your network environment.
- Record these IP addresses for future reference.
Create DNS entries for the OpenShift Container Platform REST API and apps domain names using this format:
api.<cluster-name>.<base-domain> <ip-address> 1 *.apps.<cluster-name>.<base-domain> <ip-address> 2
For example:
api.my-cluster.virtlab.example.com 10.35.1.19 *.apps.my-cluster.virtlab.example.com 10.35.1.20
NoteThe third static IP address does not require a DNS entry. The OpenShift Container Platform cluster uses that address for its internal DNS service.
1.2.6. Setting up the CA certificate for RHV
Download the CA certificate from the Red Hat Virtualization (RHV) Manager and set it up on the installation machine.
You can download the certificate from a webpage on the RHV Manager or by using a curl
command.
Later, you provide the certificate to the installation program.
Procedure
Use either of these two methods to download the CA certificate:
-
Go to the Manager’s webpage,
https://<engine-fqdn>/ovirt-engine/
. Then, under Downloads, click the CA Certificate link. Run the following command:
$ curl -k 'https://<engine-fqdn>/ovirt-engine/services/pki-resource?resource=ca-certificate&format=X509-PEM-CA' -o /tmp/ca.pem 1
- 1
- For
<engine-fqdn>
, specify the fully qualified domain name of the RHV Manager, such asrhv-env.virtlab.example.com
.
-
Go to the Manager’s webpage,
Configure the CA file to grant rootless user access to the Manager. Set the CA file permissions to have an octal value of
0644
(symbolic value:-rw-r—r--
):$ sudo chmod 0644 /tmp/ca.pem
For Linux, copy the CA certificate to the directory for server certificates. Use
-p
to preserve the permissions:$ sudo cp -p /tmp/ca.pem /etc/pki/ca-trust/source/anchors/ca.pem
Add the certificate to the certificate manager for your operating system:
- For macOS, double-click the certificate file and use the Keychain Access utility to add the file to the System keychain.
For Linux, update the CA trust:
$ sudo update-ca-trust
NoteIf you use your own certificate authority, make sure the system trusts it.
Additional Resources
To learn more, see Authentication and Security in the RHV documentation.
1.2.7. Generating an SSH private key and adding it to the agent
If you want to perform installation debugging or disaster recovery on your cluster, you must provide an SSH key to both your ssh-agent
and the installation program. You can use this key to access the bootstrap machine in a public cluster to troubleshoot installation issues.
In a production environment, you require disaster recovery and debugging.
You can use this key to SSH into the master nodes as the user core
. When you deploy the cluster, the key is added to the core
user’s ~/.ssh/authorized_keys
list.
Procedure
If you do not have an SSH key that is configured for password-less authentication on your computer, create one. For example, on a computer that uses a Linux operating system, run the following command:
$ ssh-keygen -t ed25519 -N '' \ -f <path>/<file_name> 1
- 1
- Specify the path and file name, such as
~/.ssh/id_rsa
, of the SSH key. Do not specify an existing SSH key, as it will be overwritten.
Running this command generates an SSH key that does not require a password in the location that you specified.
Start the
ssh-agent
process as a background task:$ eval "$(ssh-agent -s)" Agent pid 31874
Add your SSH private key to the
ssh-agent
:$ ssh-add <path>/<file_name> 1 Identity added: /home/<you>/<path>/<file_name> (<computer_name>)
- 1
- Specify the path and file name for your SSH private key, such as
~/.ssh/id_rsa
Next steps
- When you install OpenShift Container Platform, provide the SSH public key to the installation program.
1.2.8. Obtaining the installation program
Before you install OpenShift Container Platform, download the installation file on a local computer.
Prerequisites
- You must install the cluster from a computer that uses Linux or macOS.
- You need 500 MB of local disk space to download the installation program.
Procedure
- Access the Infrastructure Provider page on the Red Hat OpenShift Cluster Manager site. If you have a Red Hat account, log in with your credentials. If you do not, create an account.
Navigate to the page for your installation type, download the installation program for your operating system, and place the file in the directory where you will store the installation configuration files.
ImportantThe installation program creates several files on the computer that you use to install your cluster. You must keep both the installation program and the files that the installation program creates after you finish installing the cluster.
ImportantDeleting the files created by the installation program does not remove your cluster, even if the cluster failed during installation. You must complete the OpenShift Container Platform uninstallation procedures outlined for your specific cloud provider to remove your cluster entirely.
Extract the installation program. For example, on a computer that uses a Linux operating system, run the following command:
$ tar xvf <installation_program>.tar.gz
-
From the Pull Secret page on the Red Hat OpenShift Cluster Manager site, download your installation pull secret as a
.txt
file. This pull secret allows you to authenticate with the services that are provided by the included authorities, including Quay.io, which serves the container images for OpenShift Container Platform components.
1.2.9. Deploying the cluster
You can install OpenShift Container Platform on a compatible cloud platform.
You can run the create cluster
command of the installation program only once, during initial installation.
Prerequisites
- Obtain the OpenShift Container Platform installation program and the pull secret for your cluster.
Procedure
Run the installation program:
$ sudo ./openshift-install create cluster --dir=<installation_directory> \ 1 --log-level=info 2
ImportantSpecify an empty directory. Some installation assets, like bootstrap X.509 certificates have short expiration intervals, so you must not reuse an installation directory. If you want to reuse individual files from another cluster installation, you can copy them into your directory. However, the file names for the installation assets might change between releases. Use caution when copying installation files from an earlier OpenShift Container Platform version.
Respond to the installation program prompts.
Optional: For
SSH Public Key
, select a password-less public key, such as~/.ssh/id_rsa.pub
. This key authenticates connections with the new OpenShift Container Platform cluster.NoteFor production OpenShift Container Platform clusters on which you want to perform installation debugging or disaster recovery, select an SSH key that your
ssh-agent
process uses.-
For
Platform
, selectovirt
. For
Enter oVirt’s API endpoint URL
, enter the URL of the RHV API using this format:https://<engine-fqdn>/ovirt-engine/api 1
- 1
- For
<engine-fqdn>
, specify the fully qualified domain name of the RHV environment.
For example:
https://rhv-env.virtlab.example.com/ovirt-engine/api
-
For
Is the installed oVirt certificate trusted?
, enterYes
since you have already set up a CA certificate. Otherwise, enterNo
. -
For
oVirt’s CA bundle
, if you enteredYes
for the preceding question, copy the certificate content from/etc/pki/ca-trust/source/anchors/ca.pem
and paste it here. Then, pressEnter
twice. Otherwise, if you enteredNo
for the preceding question, this question does not appear. For
Enter the oVirt engine username
, enter the username and profile of the RHV administrator using this format:<username>@<profile> 1
- 1
- For
<username>
, specify the username of an RHV administrator. For<profile>
, specify the login profile, which you can get by going to the RHV Administration Portal login page and reviewing the Profile dropdown list. Together, the user name and profile should look similar to this example:
admin@internal
-
For
Enter password
, enter the RHV admin password. -
For
Select the oVirt cluster
, select the cluster for installing OpenShift Container Platform. -
For
Select the oVirt storage domain
, select the storage domain for installing OpenShift Container Platform. -
For
Select the oVirt network
, select a virtual network that has access to the RHV Manager REST API. -
For
Enter the internal API Virtual IP
, enter the static IP address you set aside for the cluster’s REST API. -
For
Enter the internal DNS Virtual IP
, enter the static IP address you set aside for the cluster’s internal DNS service. -
For
Enter the ingress IP
, enter the static IP address you reserved for the wildcard apps domain. -
For
Base domain
, enter the base domain of the OpenShift Container Platform cluster. If this cluster is exposed to the outside world, this must be a valid domain recognized by DNS infrastructure. For example, enter:virtlab.example.com
-
For
Cluster name
, enter the name of the cluster. For example,my-cluster
. Use cluster name from the externally registered/resolvable DNS entries you created for the OpenShift Container Platform REST API and apps domain names. The installation program also gives this name to the cluster in the RHV environment. -
For
Pull secret
, copy the pull secret from thepull-secret.txt
file you downloaded earlier and paste it here. You can also get a copy of the same pull secret from the Pull Secret page on the Red Hat OpenShift Cluster Manager site.
NoteIf the cloud provider account that you configured on your host does not have sufficient permissions to deploy the cluster, the installation process stops, and the missing permissions are displayed.
When the cluster deployment completes, directions for accessing your cluster, including a link to its web console and credentials for the
kubeadmin
user, display in your terminal.ImportantThe Ignition config files that the installation program generates contain certificates that expire after 24 hours, which are then renewed at that time. If the cluster is shut down before renewing the certificates and the cluster is later restarted after the 24 hours have elapsed, the cluster automatically recovers the expired certificates. The exception is that you must manually approve the pending
node-bootstrapper
certificate signing requests (CSRs) to recover kubelet certificates. See the documentation for Recovering from expired control plane certificates for more information.ImportantYou must not delete the installation program or the files that the installation program creates. Both are required to delete the cluster.
You have completed the steps required to install the cluster. The remaining steps show you how to verify the cluster and troubleshoot the installation.