$ ssh-keygen -t rsa -b 4096 -N '' \ -f <path>/<file_name> (1)
In OpenShift Container Platform version 4.1, you can install a customized
cluster on infrastructure that the installation program provisions on
Amazon Web Services (AWS). To customize the installation, you modify
some parameters in the install-config.yaml
file before you install the cluster.
Review details about the OpenShift Container Platform installation and update processes.
Configure an AWS account to host the cluster.
If you have an AWS profile stored on your computer, it must not use a temporary session token that you generated while using a multi-factor authentication device. The cluster continues to use your current AWS credentials to create AWS resources for the entire life of the cluster, so you must use long-lived credentials. To generate appropriate keys, see Managing Access Keys for IAM Users in the AWS documentation. You can supply the keys when you run the installation program. |
If you use a firewall, you must configure it to access Red Hat Insights.
In OpenShift Container Platform 4.1, Telemetry is the component that provides metrics about cluster health and the success of updates. To perform subscription management, including legally entitling your purchase from Red Hat, you must use the Telemetry service and access the Red Hat OpenShift Cluster Manager page.
Because there is no disconnected subscription management, you cannot both opt out of sending data back to Red Hat and entitle your purchase. Support for disconnected subscription management might be added in future releases of OpenShift Container Platform
Your machines must have direct internet access to install the cluster. |
You must have internet access to:
Access the Infrastructure Provider page on the Red Hat OpenShift Cluster Manager site to download the installation program
Access Quay.io to obtain the packages that are required to install your cluster
Obtain the packages that are required to perform cluster updates
Access Red Hat’s software as a service page to perform subscription management
For production OpenShift Container Platform clusters on which you want to perform installation
debugging or disaster recovery, you must provide an SSH key that your ssh-agent
process uses to the installer.
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.
You must use a local key, not one that you configured with platform-specific approaches such as AWS key pairs. |
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 rsa -b 4096 -N '' \ -f <path>/<file_name> (1)
1 | Specify the path and file name, such as ~/.ssh/id_rsa , of the SSH key. |
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 |
When you install OpenShift Container Platform, provide the SSH public key to the installer. If you install a cluster on infrastructure that you provision, you must provide this key to your cluster’s machines.
Before you install OpenShift Container Platform, download the installation file on a local computer.
You must install the cluster from a computer that uses Linux or macOS.
You need 300 MB of local disk space to download the installation program.
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.
The 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. |
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 or copy it to your
clipboard. 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.
You can customize your installation of OpenShift Container Platform on a compatible cloud.
Obtain the OpenShift Container Platform installation program and the pull secret for your cluster.
Create the install-config.yaml
file.
Run the following command:
$ ./openshift-install create install-config --dir=<installation_directory> (1)
1 | For <installation_directory> , specify the directory name to store the
files that the installation program creates. |
Specify 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. |
At the prompts, provide the configuration details for your cloud:
Optional: Select an SSH key to use to access your cluster machines.
For production OpenShift Container Platform clusters on which you want to perform installation
debugging or disaster recovery, you must provide an SSH key that your |
Select AWS as the platform to target.
If you do not have an Amazon Web Services (AWS) profile stored on your computer, enter the AWS access key ID and secret access key for the user that you configured to run the installation program.
Select the AWS region to deploy the cluster to.
Select the base domain for the Route53 service that you configured for your cluster.
Enter a descriptive name for your cluster.
Paste the pull secret that you obtained from the Pull Secret page on the Red Hat OpenShift Cluster Manager site.
Modify the install-config.yaml
file. You can find more information about
the available parameters in the Installation configuration parameters section
and in the
Go documentation.
Back up the install-config.yaml
file so that you can use
it to install multiple clusters.
The |
Before you deploy an OpenShift Container Platform cluster, you provide parameter values to
describe your Amazon Web Services (AWS) account and optionally customize your
cluster’s platform. When you create the install-config.yaml
installation
configuration file, you provide values for the required parameters through the
command line. If you customize your cluster, you can modify the
install-config.yaml
file to provide more details about the platform.
You cannot modify these parameters after installation. |
Parameter | Description | Values |
---|---|---|
|
The base domain of your cloud provider. This value is used to create routes
to your OpenShift Container Platform cluster components. The full DNS name for your cluster
is a combination of the |
A fully-qualified domain or subdomain name, such as |
|
The cloud provider to host the control plane machines. This parameter value
must match the |
|
|
The cloud provider to host the worker machines. This parameter value
must match the |
|
|
The name of your cluster. |
A string that contains uppercase or lowercase letters, such as |
|
The region to deploy your cluster in. |
A valid AWS region, such as |
|
The pull secret that you obtained from the Pull Secret page on the Red Hat OpenShift Cluster Manager site. You use this pull secret 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. |
|
Parameter | Description | Values | ||
---|---|---|---|---|
|
The SSH key to use to access your cluster machines.
|
A valid, local public SSH key that you added to the |
||
|
Whether to enable or disable simultaneous multithreading, or
|
|
||
|
The Input/Output Operations Per Second (IOPS) that is reserved for the root volume. |
Integer, for example |
||
|
The size in GiB of the root volume. |
Integer, for example |
||
|
The instance type of the root volume. |
Valid AWS EBS instance type,
such as |
||
|
The EC2 instance type for the compute machines. |
Valid AWS instance type,
such as |
||
|
The availability zones where the installation program creates machines for the compute MachinePool. |
A list of valid AWS availability zones, such as |
||
|
The AWS region that the installation program creates compute resources in. |
Valid AWS region,
such as |
||
|
The number of compute machines, which are also known as worker machines, to provision. |
A positive integer greater than or equal to |
||
|
Whether to enable or disable simultaneous multithreading, or
|
|
||
|
The EC2 instance type for the control plane machines. |
Valid AWS instance type,
such as |
||
|
The availability zones where the installation program creates machines for the control plane MachinePool. |
A list of valid AWS availability zones, such as |
||
|
The AWS region that the installation program creates control plane resources in. |
Valid AWS region,
such as |
||
|
The number of control plane machines to provision. |
A positive integer greater than or equal to |
||
|
A map of keys and values that the installation program adds as tags to all resources that it creates. |
Any valid YAML map, such as key value pairs in the |
install-config.yaml
file for AWSYou can customize the install-config.yaml
file to specify more details about
your OpenShift Container Platform cluster’s platform or modify the values of the required
parameters.
This sample YAML file is provided for reference only. You must obtain your
|
apiVersion: v1
baseDomain: example.com (1)
controlPlane: (2)
hyperthreading: Enabled (3) (4)
name: master
platform:
aws:
zones:
- us-west-2a
- us-west-2b
rootVolume:
iops: 4000
size: 500
type: io1
type: m5.xlarge (4)
replicas: 3
compute: (2)
- hyperthreading: Enabled (3)
name: worker
platform:
aws:
rootVolume:
iops: 2000
size: 500
type: io1 (5)
type: c5.4xlarge
zones:
- us-west-2c
replicas: 3
metadata:
name: test-cluster (1)
networking:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
machineCIDR: 10.0.0.0/16
networkType: OpenShiftSDN
serviceNetwork:
- 172.30.0.0/16
platform:
aws:
region: us-west-2 (1)
userTags:
adminContact: jdoe
costCenter: 7536
pullSecret: '{"auths": ...}' (1)
sshKey: ssh-ed25519 AAAA... (6)
1 | Required. The installation program prompts you for this value. | ||
2 | If you do not provide these parameters and values, the installation program provides the default value. | ||
3 | The controlPlane section is a single mapping, but the compute section is a
sequence of mappings. To meet the requirements of the different data structures,
the first line of the compute section must begin with a hyphen, - , and the
first line of the controlPlane section must not. Although both sections
currently define a single machine pool, it is possible that future versions
of OpenShift Container Platform will support defining multiple compute pools during
installation. Only one control plane pool is used. |
||
4 | Whether to enable or disable simultaneous multithreading, or
hyperthreading . By default, simultaneous multithreading is enabled
to increase the performance of your machines' cores. You can disable it by
setting the parameter value to Disabled . If you disable simultanous
multithreading in some cluster machines, you must disable it in all cluster
machines.
|
||
5 | To configure faster storage for etcd, especially for larger clusters, set the
storage type as io1 and set iops to 2000 . |
||
6 | You can optionally provide the sshKey value that you use to access the
machines in your cluster.
|
You can install OpenShift Container Platform on a compatible cloud.
You can run the installation program only once, during initial installation. |
Configure an account with the cloud platform that hosts your cluster.
Obtain the OpenShift Container Platform installation program and the pull secret for your cluster.
Run the installation program:
$ ./openshift-install create cluster --dir=<installation_directory> \ (1) --log-level info (2)
1 | For <installation_directory> , specify the location of your customized
./install-config.yaml file. |
2 | To view different installation details, specify warn , debug , or
error instead of info . |
If 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.
The Ignition config files that the installation program generates contain certificates that expire after 24 hours. You must keep the cluster running for 24 hours in a non-degraded state to ensure that the first certificate rotation has finished. |
You must not delete the installation program or the files that the installation program creates. Both are required to delete the cluster. |
Optional: Remove or disable the AdministratorAccess
policy from the IAM
account that you used to install the cluster.
You can download and install the OpenShift Command-line Interface (CLI),
commonly known as oc
.
If you installed an earlier version of |
From the Infrastructure Provider page on the Red Hat OpenShift Cluster Manager site, navigate to the page for your installation type and click Download Command-line Tools.
From the site that is displayed, download the compressed file for your operating system.
You can install |
Extract the compressed file and place it in a directory that is on your PATH.
You can log in to your cluster as a default system user by exporting the cluster kubeconfig
file.
The kubeconfig
file contains information about the cluster that is used by the CLI to connect a client to the correct cluster and API server.
The file is specific to a cluster and is created during OpenShift Container Platform installation.
Deploy an OpenShift Container Platform cluster.
Install the oc
CLI.
Export the kubeadmin
credentials:
$ export KUBECONFIG=<installation_directory>/auth/kubeconfig (1) $ oc whoami system:admin
1 | For <installation_directory> , specify the path to the directory that you stored
the installation files in. |
If necessary, you can opt out of telemetry.