You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-aws-config-yaml.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -338,13 +338,13 @@ ifndef::aws-outposts[]
338
338
====
339
339
The IMDS configuration for control plane machines that is set during cluster installation can only be changed by using the AWS CLI. The IMDS configuration for compute machines can be changed by using compute machine sets.
340
340
====
341
-
<8> The cluster network plugin to install. The supported values are `OVNKubernetes`and `OpenShiftSDN`. The default value is `OVNKubernetes`.
341
+
<8> The cluster network plugin to install. The default value `OVNKubernetes`is the only supported value.
342
342
endif::aws-outposts[]
343
343
ifdef::aws-outposts[]
344
344
<6> For compute instances running in an AWS Outpost instance, specify a supported instance type in the AWS Outpost instance.
345
345
<7> For compute instances running in AWS Outpost instance, specify the Availability Zone where the Outpost instance is located.
346
346
<8> For compute instances running in AWS Outpost instance, specify volume type gp2, to avoid using gp3 volume type which is not supported.
347
-
<9> The cluster network plugin to install. The supported values are `OVNKubernetes`and `OpenShiftSDN`. The default value is `OVNKubernetes`.
347
+
<9> The cluster network plugin to install. The default value `OVNKubernetes`is the only supported value.
348
348
<10> If you provide your own VPC, specify subnets for each availability zone that your cluster uses.
Copy file name to clipboardExpand all lines: modules/installation-azure-config-yaml.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
232
232
//To configure faster storage for etcd, especially for larger clusters, set the
233
233
//storage type as `io1` and set `iops` to `2000`.
234
234
<6> Specify a list of zones to deploy your machines to. For high availability, specify at least two zones.
235
-
<7> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
235
+
<7> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
236
236
<8> Optional: A custom {op-system-first} 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.
237
237
<9> Specify the name of the resource group that contains the DNS zone for your base domain.
238
238
<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.
Copy file name to clipboardExpand all lines: modules/installation-azure-stack-hub-config-yaml.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ endif::openshift-origin[]
83
83
<1> 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.
84
84
<2> You can specify the size of the disk to use in GB. Minimum recommendation for control plane nodes is 1024 GB.
85
85
<3> Specify the name of the cluster.
86
-
<4> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
86
+
<4> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
87
87
<5> Specify the Azure Resource Manager endpoint that your Azure Stack Hub operator provides.
88
88
<6> Specify the name of the resource group that contains the DNS zone for your base domain.
89
89
<7> Specify the name of your Azure Stack Hub local region.
@@ -176,7 +176,7 @@ endif::openshift-origin[]
176
176
<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 {product-title} will support defining multiple compute pools during installation. Only one control plane pool is used.
177
177
<4> You can specify the size of the disk to use in GB. Minimum recommendation for control plane nodes is 1024 GB.
178
178
<5> The name of the cluster.
179
-
<6> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
179
+
<6> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
180
180
<7> The Azure Resource Manager endpoint that your Azure Stack Hub operator provides.
181
181
<8> The name of the resource group that contains the DNS zone for your base domain.
182
182
<9> The name of your Azure Stack Hub local region.
Copy file name to clipboardExpand all lines: modules/installation-bare-metal-agent-installer-config-yaml.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Class E CIDR range is reserved for a future use. To use the Class E CIDR range,
54
54
====
55
55
+
56
56
<7> The subnet prefix length to assign to each individual node. For example, if `hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.
57
-
<8> The cluster network plugin to install. The supported values are `OVNKubernetes`(default value) and `OpenShiftSDN`.
57
+
<8> The cluster network plugin to install. The default value `OVNKubernetes`is the only supported value.
58
58
<9> The IP address pool to use for service IP addresses. You can enter only one IP address pool. This block must not overlap with existing physical networks. If you need to access the services from an external network, configure load balancers and routers to manage the traffic.
59
59
<10> You must set the platform to `none` for a single-node cluster. You can set the platform to `vsphere`, `baremetal`, or `none` for multi-node clusters.
Copy file name to clipboardExpand all lines: modules/installation-bare-metal-config-yaml.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ Class E CIDR range is reserved for a future use. To use the Class E CIDR range,
229
229
====
230
230
+
231
231
<8> The subnet prefix length to assign to each individual node. For example, if `hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.
232
-
<9> The cluster network plugin to install. The supported values are `OVNKubernetes`and `OpenShiftSDN`. The default value is `OVNKubernetes`.
232
+
<9> The cluster network plugin to install. The default value `OVNKubernetes`is the only supported value.
233
233
<10> The IP address pool to use for service IP addresses. You can enter only one IP address pool. This block must not overlap with existing physical networks. If you need to access the services from an external network, configure load balancers and routers to manage the traffic.
234
234
<11> You must set the platform to `none`. You cannot provide additional platform configuration variables for
Copy file name to clipboardExpand all lines: modules/installation-gcp-config-yaml.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
203
203
<6> Optional: The custom encryption key section to encrypt both virtual machines and persistent volumes. Your default compute service account must have the permissions granted to use your KMS key and have the correct IAM role assigned. The default service account name follows the `service-<project_number>@compute-system.iam.gserviceaccount.com` pattern. For more information about granting the correct permissions for your service account, see "Machine management" -> "Creating compute machine sets" -> "Creating a compute machine set on GCP".
204
204
<7> Optional: A set of network tags to apply to the control plane or compute machine sets. The `platform.gcp.defaultMachinePlatform.tags` parameter will apply to both control plane and compute machines. If the `compute.platform.gcp.tags` or `controlPlane.platform.gcp.tags` parameters are set, they override the `platform.gcp.defaultMachinePlatform.tags` parameter.
205
205
<8> Optional: A custom {op-system-first} that should be used to boot control plane and compute machines. The `project` and `name` parameters under `platform.gcp.defaultMachinePlatform.osImage` apply to both control plane and compute machines. If the `project` and `name` parameters under `controlPlane.platform.gcp.osImage` or `compute.platform.gcp.osImage` are set, they override the `platform.gcp.defaultMachinePlatform.osImage` parameters.
206
-
<9> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
206
+
<9> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
207
207
ifdef::vpc,restricted[]
208
208
<10> Specify the name of an existing VPC.
209
209
<11> Specify the name of the existing subnet to deploy the control plane machines to. The subnet must belong to the VPC that you specified.
Copy file name to clipboardExpand all lines: modules/installation-gcp-user-infra-shared-vpc-config-yaml.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ endif::openshift-origin[]
82
82
If you disable simultaneous multithreading, ensure that your capacity planning accounts for the dramatically decreased machine performance. Use larger machine types, such as `n1-standard-8`, for your machines if you disable simultaneous multithreading.
83
83
====
84
84
<5> Optional: A set of network tags to apply to the control plane or compute machine sets. The `platform.gcp.defaultMachinePlatform.tags` parameter applies to both control plane and compute machines. If the `compute.platform.gcp.tags` or `controlPlane.platform.gcp.tags` parameters are set, they override the `platform.gcp.defaultMachinePlatform.tags` parameter.
85
-
<6> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
85
+
<6> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
86
86
<7> Specify the main project where the VM instances reside.
87
87
<8> Specify the region that your VPC network is in.
Copy file name to clipboardExpand all lines: modules/installation-ibm-cloud-config-yaml.adoc
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ endif::openshift-origin[]
89
89
====
90
90
If you disable simultaneous multithreading, ensure that your capacity planning accounts for the dramatically decreased machine performance. Use larger machine types, such as `n1-standard-8`, for your machines if you disable simultaneous multithreading.
91
91
====
92
-
<5> The cluster network plugin to install. The supported values are `OVNKubernetes`and `OpenShiftSDN`. The default value is `OVNKubernetes`.
92
+
<5> The cluster network plugin to install. The default value `OVNKubernetes`is the only supported value.
93
93
ifndef::openshift-origin[]
94
94
<6> Enables or disables 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.
95
95
+
@@ -172,7 +172,7 @@ endif::openshift-origin[]
172
172
If you disable simultaneous multithreading, ensure that your capacity planning accounts for the dramatically decreased machine performance. Use larger machine types, such as `n1-standard-8`, for your machines if you disable simultaneous multithreading.
173
173
====
174
174
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
175
-
<6> The cluster network plugin to install. The supported values are `OVNKubernetes`and `OpenShiftSDN`. The default value is `OVNKubernetes`.
175
+
<6> The cluster network plugin to install. The default value `OVNKubernetes`is the only supported value.
176
176
<7> The name of an existing resource group. All installer-provisioned cluster resources are deployed to this resource group. If undefined, a new resource group is created for the cluster.
177
177
<8> Specify the name of the resource group that contains the existing virtual private cloud (VPC). The existing VPC and subnets should be in this resource group. The cluster will be installed to this VPC.
178
178
<9> Specify the name of an existing VPC.
@@ -261,7 +261,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
261
261
====
262
262
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
263
263
<6> The CIDR must contain the subnets defined in `platform.ibmcloud.controlPlaneSubnets` and `platform.ibmcloud.computeSubnets`.
264
-
<7> The cluster network plugin to install. The supported values are `OVNKubernetes`and `OpenShiftSDN`. The default value is `OVNKubernetes`.
264
+
<7> The cluster network plugin to install. The default value `OVNKubernetes`is the only supported value.
265
265
<8> The name of an existing resource group. All installer-provisioned cluster resources are deployed to this resource group. If undefined, a new resource group is created for the cluster.
266
266
<9> Specify the name of the resource group that contains the existing virtual private cloud (VPC). The existing VPC and subnets should be in this resource group. The cluster will be installed to this VPC.
267
267
<10> Specify the name of an existing VPC.
@@ -393,7 +393,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
393
393
====
394
394
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
395
395
<6> The CIDR must contain the subnets defined in `platform.ibmcloud.controlPlaneSubnets` and `platform.ibmcloud.computeSubnets`.
396
-
<7> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
396
+
<7> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
397
397
<8> The name of an existing resource group. All installer-provisioned cluster resources are deployed to this resource group. If undefined, a new resource group is created for the cluster.
398
398
<9> Based on the network restrictions of the VPC, specify alternate service endpoints as needed. This overrides the default public endpoint for the service.
399
399
<10> Specify the name of the resource group that contains the existing virtual private cloud (VPC). The existing VPC and subnets should be in this resource group. The cluster will be installed to this VPC.
Copy file name to clipboardExpand all lines: modules/installation-ibm-power-vs-config-yaml.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
97
97
====
98
98
When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vCPU is equivalent to one physical core. When enabled, total vCPUs is computed as: (Thread(s) per core * Core(s) per socket) * Socket(s). The smtLevel controls the threads per core. Lower SMT levels may require additional assigned cores when deploying the cluster nodes. You can do this by setting the `'processors'` parameter in the `install-config.yaml` file to an appropriate value to meet the requirements for deploying {product-title} successfully.
99
99
====
100
-
<5> The cluster network plugin to install. The supported value is `OVNKubernetes`.
100
+
<5> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
101
101
<6> The name of an existing resource group.
102
102
<7> Required. The installation program prompts you for this value.
When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vCPU is equivalent to one physical core. When enabled, total vCPUs is computed as (Thread(s) per core * Core(s) per socket) * Socket(s). The smtLevel controls the threads per core. Lower SMT levels may require additional assigned cores when deploying the cluster nodes. You can do this by setting the `'processors'` parameter in the `install-config.yaml` file to an appropriate value to meet the requirements for deploying {product-title} successfully.
169
169
====
170
170
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
171
-
<6> The cluster network plugin to install. The supported value is `OVNKubernetes`.
171
+
<6> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
172
172
<7> Specify the name of an existing VPC.
173
173
<8> Specify how to publish the user-facing endpoints of your cluster. Set publish to `Internal` to deploy a private cluster.
174
174
<9> Required. The installation program prompts you for this value.
@@ -364,7 +364,7 @@ When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vC
364
364
====
365
365
<6> The machine CIDR must contain the subnets for the compute machines and control plane machines.
366
366
<7> The CIDR must contain the subnets defined in `platform.ibmcloud.controlPlaneSubnets` and `platform.ibmcloud.computeSubnets`.
367
-
<8> The cluster network plugin to install. The supported value is `OVNKubernetes`.
367
+
<8> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
368
368
<9> The name of an existing resource group. The existing VPC and subnets should be in this resource group. The cluster is deployed to this resource group.
369
369
<10> Specify the name of an existing VPC.
370
370
<11> Specify the name of the existing VPC subnet. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
0 commit comments