Skip to content

Commit 2ed7b09

Browse files
Merge pull request #56766 from snarayan-redhat/OSDOCS-5116_remoteworkers
OSDOCS-5116: Support remote workers for vSphere
2 parents be9bd0b + a90ff97 commit 2ed7b09

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed
52.3 KB
Loading

installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ include::modules/cluster-telemetry.adoc[leveloffset=+1]
9494
* See xref:../../support/remote_health_monitoring/about-remote-health-monitoring.adoc#about-remote-health-monitoring[About remote health monitoring] for more information about the Telemetry service
9595

9696
include::modules/nw-osp-configuring-external-load-balancer.adoc[leveloffset=+1]
97+
include::modules/ipi-install-configure-network-components-to-run-on-the-control-plane.adoc[leveloffset=+1]
9798

9899
== Next steps
99100

modules/ipi-install-configure-network-components-to-run-on-the-control-plane.adoc

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,37 @@
11
// This is included in the following assemblies:
22
//
33
// ipi-install-configuration-files.adoc
4+
ifeval::["{context}" == "ipi-install-installation-workflow"]
5+
:bare:
6+
endif::[]
7+
ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
8+
:vSphere:
9+
endif::[]
410

511
:_content-type: PROCEDURE
612
[id='configure-network-components-to-run-on-the-control-plane_{context}']
713
= Configuring network components to run on the control plane
814

9-
You can configure networking components to run exclusively on the control plane nodes. By default, {product-title} allows any node in the machine config pool to host the `ingressVIP` virtual IP address. However, some environments deploy worker nodes in separate subnets from the control plane nodes, which requires configuring the `ingressVIP` virtual IP address to run on the control plane nodes.
15+
You can configure networking components to run exclusively on the control plane nodes. By default, {product-title} allows any node in the machine config pool to host the `ingressVIP` virtual IP address. However, some environments deploy worker nodes in separate subnets from the control plane nodes, which requires configuring the `ingressVIP` virtual IP address to run on the control plane nodes.
16+
17+
ifdef::vSphere[]
18+
[NOTE]
19+
====
20+
You can scale the remote workers by creating a worker machineset in a separate subnet.
21+
====
22+
endif::vSphere[]
1023

1124
[IMPORTANT]
1225
====
1326
When deploying remote workers in separate subnets, you must place the `ingressVIP` virtual IP address exclusively with the control plane nodes.
1427
====
1528

29+
ifdef::bare[]
1630
image::161_OpenShift_Baremetal_IPI_Deployment_updates_0521.svg[Installer-provisioned networking]
31+
endif::bare[]
32+
ifdef::vSphere[]
33+
image::325_OpenShift_vSphere_Deployment_updates_0323.png[Installer-provisioned networking]
34+
endif::vSphere[]
1735

1836
.Procedure
1937

@@ -96,3 +114,10 @@ $ sed -i "s;mastersSchedulable: false;mastersSchedulable: true;g" clusterconfigs
96114
====
97115
If control plane nodes are not schedulable after completing this procedure, deploying the cluster will fail.
98116
====
117+
118+
ifeval::["{context}" == "ipi-install-installation-workflow"]
119+
:!bare:
120+
endif::[]
121+
ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
122+
:!vSphere:
123+
endif::[]

0 commit comments

Comments
 (0)