additionalTrustBundle
|
A PEM-encoded X.509 certificate bundle that is added to the nodes' trusted certificate store. This trust bundle may also be used when a proxy has been configured.
|
|
capabilities
|
Controls the installation of optional core cluster components. You can reduce the footprint of your OKD cluster by disabling optional components. For more information, see the "Cluster capabilities" page in Installing.
|
|
capabilities.baselineCapabilitySet
|
Selects an initial set of optional capabilities to enable. Valid values are None , v4.11 , v4.12 and vCurrent . The default value is vCurrent .
|
|
capabilities.additionalEnabledCapabilities
|
Extends the set of optional capabilities beyond what you specify in baselineCapabilitySet . You may specify multiple capabilities in this parameter.
|
|
cpuPartitioningMode
|
Enables workload partitioning, which isolates OKD services, cluster management workloads, and infrastructure pods to run on a reserved set of CPUs. Workload partitioning can only be enabled during installation and cannot be disabled after installation. While this field enables workload partitioning, it does not configure workloads to use specific CPUs. For more information, see the Workload partitioning page in the Scalability and Performance section.
|
None or AllNodes . None is the default value.
|
compute
|
The configuration for the machines that comprise the compute nodes.
|
Array of MachinePool objects.
|
compute.architecture
|
Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are amd64 (the default).
|
|
compute.name
|
Required if you use compute . The name of the machine pool.
|
|
compute.platform
|
Required if you use compute . Use this parameter to specify the cloud provider to host the worker machines. This parameter value must match the controlPlane.platform parameter value.
|
alibabacloud , aws , azure , gcp , ibmcloud , nutanix , openstack , ovirt , powervs , vsphere , or {}
|
compute.replicas
|
The number of compute machines, which are also known as worker machines, to provision.
|
A positive integer greater than or equal to 2 . The default value is 3 .
|
featureSet
|
Enables the cluster for a feature set. A feature set is a collection of OKD features that are not enabled by default. For more information about enabling a feature set during installation, see "Enabling features using feature gates".
|
String. The name of the feature set to enable, such as TechPreviewNoUpgrade .
|
controlPlane
|
The configuration for the machines that comprise the control plane.
|
Array of MachinePool objects.
|
controlPlane.architecture
|
Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are amd64 .
|
|
controlPlane.name
|
Required if you use controlPlane . The name of the machine pool.
|
|
controlPlane.platform
|
Required if you use controlPlane . Use this parameter to specify the cloud provider that hosts the control plane machines. This parameter value must match the compute.platform parameter value.
|
alibabacloud , aws , azure , gcp , ibmcloud , nutanix , openstack , ovirt , powervs , vsphere , or {}
|
controlPlane.replicas
|
The number of control plane machines to provision.
|
The only supported value is 3 , which is the default value.
|
credentialsMode
|
The Cloud Credential Operator (CCO) mode. If no mode is specified, the CCO dynamically tries to determine the capabilities of the provided credentials, with a preference for mint mode on the platforms where multiple modes are supported.
|
Not all CCO modes are supported for all cloud providers. For more information about CCO modes, see the Cloud Credential Operator entry in the Cluster Operators reference content.
|
|
If your AWS account has service control policies (SCP) enabled, you must configure the credentialsMode parameter to Mint , Passthrough or Manual .
|
|
Mint , Passthrough , Manual or an empty string ("" ).
|
imageContentSources
|
Sources and repositories for the release-image content.
|
Array of objects. Includes a source and, optionally, mirrors , as described in the following rows of this table.
|
imageContentSources.source
|
Required if you use imageContentSources . Specify the repository that users refer to, for example, in image pull specifications.
|
|
imageContentSources.mirrors
|
Specify one or more repositories that may also contain the same images.
|
|
publish
|
How to publish or expose the user-facing endpoints of your cluster, such as the Kubernetes API, OpenShift routes.
|
Internal or External . The default value is External .
Setting this field to Internal is not supported on non-cloud platforms.
|
If the value of the field is set to Internal , the cluster will become non-functional. For more information, refer to BZ#1953035.
|
|
sshKey
|
The SSH key to authenticate access to your cluster machines.
|
For production OKD clusters on which you want to perform installation debugging or disaster recovery, specify an SSH key that your ssh-agent process uses.
|
|
For example, sshKey: ssh-ed25519 AAAA.. .
|