Skip to content

Commit feea258

Browse files
authored
Merge pull request #64295 from dfitzmau/OCPBUGS-18158
OCPBUGS#18158: Removed Ingress and apiVIPs entries in sample vSphere …
2 parents 20deb3d + 9a63463 commit feea258

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,14 +1562,16 @@ ifdef::vsphere[]
15621562
Additional VMware vSphere configuration parameters are described in the following table:
15631563

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

15691569
l|platform:
15701570
vsphere
15711571
apiVIPs
15721572
|Virtual IP (VIP) addresses that you configured for control plane API access.
1573+
1574+
*Note:* This parameter applies only to installer-provisioned infrastructure.
15731575
|Multiple IP addresses
15741576

15751577
l|platform
@@ -1617,6 +1619,8 @@ l|platform
16171619
vsphere
16181620
ingressVIPs
16191621
|Virtual IP (VIP) addresses that you configured for cluster Ingress.
1622+
1623+
*Note:* This parameter applies only to installer-provisioned infrastructure.
16201624
|Multiple IP addresses
16211625

16221626
l|platform

modules/installation-vsphere-config-yaml.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ifdef::openshift-origin[]
1111
:restricted:
1212
endif::[]
1313

14+
:_content-type: CONCEPT
1415
[id="installation-vsphere-config-yaml_{context}"]
1516
= Sample `install-config.yaml` file for VMware vSphere
1617

@@ -42,8 +43,6 @@ networking:
4243
---
4344
platform:
4445
vsphere:
45-
apiVIPs:
46-
- 10.0.0.1
4746
failureDomains: <7>
4847
- name: <failure_domain_name>
4948
region: <default_region_name>
@@ -57,8 +56,6 @@ platform:
5756
resourcePool: "/<datacenter>/host/<cluster>/Resources/<resourcePool>" <10>
5857
folder: "/<datacenter_name>/vm/<folder_name>/<subfolder_name>" <11>
5958
zone: <default_zone_name>
60-
ingressVIPs:
61-
- 10.0.0.2
6259
vcenters:
6360
- datacenters:
6461
- <datacenter>

0 commit comments

Comments
 (0)