Skip to content

Commit

Permalink
Merge pull request #75282 from dfitzmau/admonitions-tables-vsphere-13
Browse files Browse the repository at this point in the history
[internal-fix] admonitions-tables-vsphere-13
  • Loading branch information
opayne1 committed Apr 30, 2024
2 parents bf9780b + c48f7ef commit 55f4420
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ The `platform.vsphere` parameter prefixes each parameter listed in the table.
====

.Additional VMware vSphere cluster parameters
[cols=".^2l,.^4,.^2",options="header,word-wrap",subs="+quotes,+attributes"]
[cols=".^2l,.^4a,.^2a",options="header"]
|====
|Parameter|Description|Values

Expand All @@ -1953,8 +1953,10 @@ The `platform.vsphere` parameter prefixes each parameter listed in the table.
vsphere:
apiVIPs:
|Virtual IP (VIP) addresses that you configured for control plane API access.

*Note:* This parameter applies only to installer-provisioned infrastructure.
[NOTE]
====
This parameter applies only to installer-provisioned infrastructure.
====
|Multiple IP addresses

|platform:
Expand Down Expand Up @@ -2033,8 +2035,10 @@ If you do not specify a value, the installation program installs the resources i
vsphere:
ingressVIPs:
|Virtual IP (VIP) addresses that you configured for cluster Ingress.

*Note:* This parameter applies only to installer-provisioned infrastructure.
[NOTE]
====
This parameter applies only to installer-provisioned infrastructure.
====
|Multiple IP addresses

|platform:
Expand Down Expand Up @@ -2092,17 +2096,19 @@ The `platform.vsphere` parameter prefixes each parameter listed in the table.
====

.Deprecated VMware vSphere cluster parameters
[cols=".^2l,.^4,.^2",options="header,word-wrap",subs="+quotes,+attributes"]
[cols=".^2l,.^4a,.^2a",options="header"]
|====
|Parameter|Description|Values

|platform:
vsphere:
apiVIP:
|The virtual IP (VIP) address that you configured for control plane API access.

*Note:* In {product-title} 4.12 and later, the `apiVIP` configuration setting is deprecated. Instead, use a `List` format to enter a value in the `apiVIPs` configuration setting.
a|An IP address, for example `128.0.0.1`.
[NOTE]
====
In {product-title} 4.12 and later, the `apiVIP` configuration setting is deprecated. Instead, use a `List` format to enter a value in the `apiVIPs` configuration setting.
====
|An IP address, for example `128.0.0.1`.

|platform:
vsphere:
Expand Down Expand Up @@ -2132,9 +2138,11 @@ a|An IP address, for example `128.0.0.1`.
vsphere:
ingressVIP:
|Virtual IP (VIP) addresses that you configured for cluster Ingress.

*Note:* In {product-title} 4.12 and later, the `ingressVIP` configuration setting is deprecated. Instead, use a `List` format to enter a value in the `ingressVIPs` configuration setting.
a|An IP address, for example `128.0.0.1`.
[NOTE]
====
In {product-title} 4.12 and later, the `ingressVIP` configuration setting is deprecated. Instead, use a `List` format to enter a value in the `ingressVIPs` configuration setting.
====
|An IP address, for example `128.0.0.1`.

|platform:
vsphere:
Expand All @@ -2152,7 +2160,7 @@ a|An IP address, for example `128.0.0.1`.
vsphere:
resourcePool:
|Optional: The absolute path of an existing resource pool where the installation program creates the virtual machines. If you do not specify a value, the installation program installs the resources in the root of the cluster under `/<datacenter_name>/host/<cluster_name>/Resources`.
a|String, for example, `/<datacenter_name>/host/<cluster_name>/Resources/<resource_pool_name>/<optional_nested_resource_pool_name>`.
|String, for example, `/<datacenter_name>/host/<cluster_name>/Resources/<resource_pool_name>/<optional_nested_resource_pool_name>`.

|platform:
vsphere:
Expand Down Expand Up @@ -2181,7 +2189,7 @@ The `platform.vsphere` parameter prefixes each parameter listed in the table.
====

.Optional VMware vSphere machine pool parameters
[cols=".^2a,.^3a,.^3a",options="header"]
[cols=".^2a,.^4a,.^2a",options="header"]
|====
|Parameter|Description|Values

Expand Down

0 comments on commit 55f4420

Please sign in to comment.