Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[internal-fix] admonitions-tables-vsphere-13 #75282

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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