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. 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 simultaneous multithreading in some cluster machines, you must disable it in all cluster machines.
|
If you disable simultaneous multithreading, ensure that your capacity planning accounts for the dramatically decreased machine performance. Use larger virtual machine types, such as Standard_D8s_v3 , for your machines if you disable simultaneous multithreading.
|
|
5 |
You can specify the size of the disk to use in GB. Minimum recommendation for control plane nodes is 1024 GB. |
6 |
Specify a list of zones to deploy your machines to. For high availability, specify at least two zones. |
7 |
The cluster network plugin to install. The default value OVNKubernetes is the only supported value. |
8 |
Optional: A custom Red Hat Enterprise Linux CoreOS (RHCOS) image that should be used to boot control plane and compute machines. The publisher , offer , sku , and version parameters under platform.azure.defaultMachinePlatform.osImage apply to both control plane and compute machines. If the parameters under controlPlane.platform.azure.osImage or compute.platform.azure.osImage are set, they override the platform.azure.defaultMachinePlatform.osImage parameters. |
9 |
Specify the name of the resource group that contains the DNS zone for your base domain. |
10 |
Specify the name of an already existing resource group to install your cluster to. If undefined, a new resource group is created for the cluster. |
11 |
If you use an existing VNet, specify the name of the resource group that contains it. |
12 |
If you use an existing VNet, specify its name. |
13 |
If you use an existing VNet, specify the name of the subnet to host the control plane machines. |
14 |
If you use an existing VNet, specify the name of the subnet to host the compute machines. |
15 |
Whether to enable or disable FIPS mode. By default, FIPS mode is not enabled. If FIPS mode is enabled, the Red Hat Enterprise Linux CoreOS (RHCOS) machines that OpenShift Container Platform runs on bypass the default Kubernetes cryptography suite and use the cryptography modules that are provided with RHCOS instead.
|
To enable FIPS mode for your cluster, you must run the installation program from a Red Hat Enterprise Linux (RHEL) computer configured to operate in FIPS mode. For more information about configuring FIPS mode on RHEL, see Switching RHEL to FIPS mode.
When running Red Hat Enterprise Linux (RHEL) or Red Hat Enterprise Linux CoreOS (RHCOS) booted in FIPS mode, OpenShift Container Platform core components use the RHEL cryptographic libraries that have been submitted to NIST for FIPS 140-2/140-3 Validation on only the x86_64, ppc64le, and s390x architectures.
|
|
16 |
You can optionally provide the sshKey value that you use to access the machines in your cluster.
|
For production OpenShift Container Platform clusters on which you want to perform installation debugging or disaster recovery, specify an SSH key that your ssh-agent process uses.
|
|