Before you deploy an {product-title} cluster, you provide parameter values to
describe your account on the cloud platform that hosts your cluster
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.
Note
|
You cannot modify these parameters in the |
Parameter | Description | Values |
---|---|---|
|
The base domain of your cloud provider. This value is used to create routes
to your {product-title} 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 region for your cloud, such as |
|
The pull secret that you obtained from the Pull Secret page on the {cloud-redhat-com} 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 {product-title} components. |
{
"auths":{
"cloud.openshift.com":{
"auth":"b3Blb=",
"email":"[email protected]"
},
"quay.io":{
"auth":"b3Blb=",
"email":"[email protected]"
}
}
} |
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 FIPS mode. By default, FIPS mode is not enabled. If FIPS mode is enabled, the {op-system-first} machines that {product-title} runs on bypass the default Kubernetes cryptography suite and use the cryptography modules that are provided with {op-system} instead. |
|
||
|
How to publish the user-facing endpoints of your cluster. |
|
||
|
Whether to enable or disable simultaneous multithreading, or
|
|
||
|
The number of compute, or worker, machines to provision. |
A positive integer greater than or equal to |
||
|
Whether to enable or disable simultaneous multithreading, or
|
|
||
|
The number of control plane machines to provision. |
A positive integer greater than or equal to |