Skip to content

Commit 570704b

Browse files
committed
Incorporated feedback and removed reference to systemd.
Signed-off-by: John Wilkins <[email protected]>
1 parent 1b23a1d commit 570704b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installing/installing_bare_metal_ipi/ipi-install-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For the installation, the key elements in the previous diagram are:
1515
- **Provisioner**: A physical machine that runs the installation program and hosts the bootstrap VM that deploys the control plane of a new {product-title} cluster.
1616
- **Bootstrap VM**: A virtual machine used in the process of deploying an {product-title} cluster.
1717
- **Network bridges**: The bootstrap VM connects to the bare metal network and to the provisioning network, if present, via network bridges, `eno1` and `eno2`.
18-
- **API VIP**: An API virtual IP address (VIP) is used to provide failover of the API server across the control plane nodes. The API VIP first resides on the bootstrap VM. `systemd` manages a `keepalived` instance. A script generates the `keepalived.conf` configuration file before launching the service. The VIP moves to one of the control plane nodes after the bootstrap process has completed and the bootstrap VM stops.
18+
- **API VIP**: An API virtual IP address (VIP) is used to provide failover of the API server across the control plane nodes. The API VIP first resides on the bootstrap VM. A script generates the `keepalived.conf` configuration file before launching the service. The VIP moves to one of the control plane nodes after the bootstrap process has completed and the bootstrap VM stops.
1919
2020
In phase 2 of the deployment, the provisioner destroys the bootstrap VM automatically and moves the virtual IP addresses (VIPs) to the appropriate nodes.
2121

0 commit comments

Comments
 (0)