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-configuration-parameters.adoc
+9-23Lines changed: 9 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1339,36 +1339,27 @@ Additional IBM Cloud VPC configuration parameters are described in the following
1339
1339
|Parameter|Description|Values
1340
1340
1341
1341
|`platform.ibmcloud.resourceGroupName`
1342
-
ifndef::ibm-cloud-vpc[]
1343
-
|The name of an existing resource group to install your cluster to. This resource group must only be used for this specific cluster because the cluster components assume ownership of all of the resources in the resource group. If undefined, a new resource group is created for the cluster. [^1^]
1344
-
endif::ibm-cloud-vpc[]
1345
-
ifdef::ibm-cloud-vpc[]
1346
-
|The name of an existing resource group. The existing VPC and subnets should be in this resource group. Cluster installation resources are created in this resource group.
1347
-
endif::ibm-cloud-vpc[]
1348
-
1342
+
|The name of an existing resource group.
1343
+
By default, an installer-provisioned VPC and cluster resources are placed in this resource group. When not specified, the installation program creates the resource group for the cluster.
1344
+
If you are deploying the cluster into an existing VPC, the installer-provisioned cluster resources are placed in this resource group. When not specified, the installation program creates the resource group for the cluster. The VPC resources that you have provisioned must exist in a resource group that you specify using the `networkResourceGroupName` parameter.
1345
+
In either case, this resource group must only be used for a single cluster installation, as the cluster components assume ownership of all of the resources in the resource group. [^1^]
1349
1346
|String, for example `existing_resource_group`.
1350
1347
1348
+
|`platform.ibmcloud.networkResourceGroupName`
1349
+
|The name of an existing resource group. This resource contains the existing VPC and subnets to which the cluster will be deployed. This parameter is required when deploying the cluster to a VPC that you have provisioned.
1350
+
|String, for example `existing_network_resource_group`.
1351
+
1351
1352
|`platform.ibmcloud.dedicatedHosts.profile`
1352
1353
|The new dedicated host to create. If you specify a value for `platform.ibmcloud.dedicatedHosts.name`, this parameter is not required.
1353
-
ifndef::ibm-cloud-vpc[]
1354
1354
|Valid IBM Cloud VPC dedicated host profile, such as `cx2-host-152x304`. [^2^]
1355
-
endif::ibm-cloud-vpc[]
1356
-
ifdef::ibm-cloud-vpc[]
1357
-
|Valid IBM Cloud VPC dedicated host profile, such as `cx2-host-152x304`. [^1^]
1358
-
endif::ibm-cloud-vpc[]
1359
1355
1360
1356
|`platform.ibmcloud.dedicatedHosts.name`
1361
1357
|An existing dedicated host. If you specify a value for `platform.ibmcloud.dedicatedHosts.profile`, this parameter is not required.
1362
1358
|String, for example `my-dedicated-host-name`.
1363
1359
1364
1360
|`platform.ibmcloud.type`
1365
1361
|The instance type for all IBM Cloud VPC machines.
1366
-
ifndef::ibm-cloud-vpc[]
1367
1362
|Valid IBM Cloud VPC instance type, such as `bx2-8x32`. [^2^]
1368
-
endif::ibm-cloud-vpc[]
1369
-
ifdef::ibm-cloud-vpc[]
1370
-
|Valid IBM Cloud VPC instance type, such as `bx2-8x32`. [^1^]
1371
-
endif::ibm-cloud-vpc[]
1372
1363
1373
1364
|`platform.ibmcloud.vpcName`
1374
1365
| The name of the existing VPC that you want to deploy your cluster to.
@@ -1385,13 +1376,8 @@ endif::ibm-cloud-vpc[]
1385
1376
|====
1386
1377
[.small]
1387
1378
--
1388
-
ifndef::ibm-cloud-vpc[]
1389
-
1. Whether you define an existing resource group, or if the installer creates one, determines how the resource group is treated when the cluster is uninstalled. If you define a resource group, the installer removes all of the installer-provisioned resources, but leaves the resource group alone; if a resource group is created as part of the installation, the installer removes all of the installer provisioned resources and the resource group.
1379
+
1. Whether you define an existing resource group, or if the installer creates one, determines how the resource group is treated when the cluster is uninstalled. If you define a resource group, the installer removes all of the installer-provisioned resources, but leaves the resource group alone; if a resource group is created as part of the installation, the installer removes all of the installer-provisioned resources and the resource group.
1390
1380
2. To determine which profile best meets your needs, see https://cloud.ibm.com/docs/vpc?topic=vpc-profiles&interface=ui[Instance Profiles] in the IBM documentation.
1391
-
endif::ibm-cloud-vpc[]
1392
-
ifdef::ibm-cloud-vpc[]
1393
-
1. To determine which profile best meets your needs, see https://cloud.ibm.com/docs/vpc?topic=vpc-profiles&interface=ui[Instance Profiles] in the IBM documentation.
<1> Required. The installation program prompts you for this value.
@@ -168,21 +169,22 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
168
169
====
169
170
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
170
171
<6> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
171
-
<7> 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.
172
-
<8> Specify the name of an existing VPC.
173
-
<9> Specify the name of the existing subnets to which to deploy the control plane machines. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
174
-
<10> Specify the name of the existing subnets to which to deploy the compute machines. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
172
+
<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.
173
+
<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.
174
+
<9> Specify the name of an existing VPC.
175
+
<10> Specify the name of the existing subnets to which to deploy the control plane machines. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
176
+
<11> Specify the name of the existing subnets to which to deploy the compute machines. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
175
177
ifndef::openshift-origin[]
176
-
<11> 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.
178
+
<12> 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.
177
179
+
178
180
[IMPORTANT]
179
181
====
180
182
The use of FIPS Validated or Modules in Process cryptographic libraries is only supported on {product-title} deployments on the `x86_64` architecture.
181
183
====
182
-
<12> Optional: provide the `sshKey` value that you use to access the machines in your cluster.
184
+
<13> Optional: provide the `sshKey` value that you use to access the machines in your cluster.
183
185
endif::openshift-origin[]
184
186
ifdef::openshift-origin[]
185
-
<11> Optional: provide the `sshKey` value that you use to access the machines in your cluster.
187
+
<12> Optional: provide the `sshKey` value that you use to access the machines in your cluster.
@@ -255,22 +258,23 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
255
258
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
256
259
<6> The CIDR must contain the subnets defined in `platform.ibmcloud.controlPlaneSubnets` and `platform.ibmcloud.computeSubnets`.
257
260
<7> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
258
-
<8> 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.
259
-
<9> Specify the name of an existing VPC.
260
-
<10> Specify the name of the existing subnets to which to deploy the control plane machines. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
261
-
<11> Specify the name of the existing subnets to which to deploy the compute machines. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
262
-
<12> How to publish the user-facing endpoints of your cluster. Set `publish` to `Internal` to deploy a private cluster. The default value is `External`.
261
+
<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.
262
+
<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.
263
+
<10> Specify the name of an existing VPC.
264
+
<11> Specify the name of the existing subnets to which to deploy the control plane machines. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
265
+
<12> Specify the name of the existing subnets to which to deploy the compute machines. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
266
+
<13> How to publish the user-facing endpoints of your cluster. Set `publish` to `Internal` to deploy a private cluster. The default value is `External`.
263
267
ifndef::openshift-origin[]
264
-
<13> 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.
268
+
<14> 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.
265
269
+
266
270
[IMPORTANT]
267
271
====
268
272
The use of FIPS Validated or Modules in Process cryptographic libraries is only supported on {product-title} deployments on the `x86_64` architecture.
269
273
====
270
-
<14> Optional: provide the `sshKey` value that you use to access the machines in your cluster.
274
+
<15> Optional: provide the `sshKey` value that you use to access the machines in your cluster.
271
275
endif::openshift-origin[]
272
276
ifdef::openshift-origin[]
273
-
<13> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
277
+
<14> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
0 commit comments