Skip to content

Commit f544f38

Browse files
authored
Merge pull request #36506 from codyhoag/install-image-updates
Update installer images and tweak machine names
2 parents 24a580e + 4f9647d commit f544f38

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

images/create-nodes.png

-2.02 KB
Loading

images/targets-and-dependencies.png

66.8 KB
Loading

modules/installation-process.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ If you do not use infrastructure that the installation program provisioned, you
6363
* Cluster networking, including the DNS records and required subnets
6464
* Storage for the cluster infrastructure and applications
6565

66-
If your cluster uses user-provisioned infrastructure, you have the option of adding RHEL worker machines to your cluster.
66+
If your cluster uses user-provisioned infrastructure, you have the option of adding {op-system-base} compute machines to your cluster.
6767

6868
[discrete]
6969
== Installation process details
7070

7171
Because each machine in the cluster requires information about the cluster when it is provisioned, {product-title} uses a temporary _bootstrap_ machine during initial configuration to provide the required information to the permanent control plane. It boots by using an Ignition config file that describes how to create the cluster. The bootstrap machine creates the control plane machines that make up the control plane. The control plane machines then create the compute machines, which are also known as worker machines. The following figure illustrates this process:
7272

73-
.Creating the bootstrap, master, and worker machines
74-
image::create-nodes.png[Creating bootstrap, master, and worker machines]
73+
.Creating the bootstrap, control plane, and compute machines
74+
image::create-nodes.png[Creating bootstrap, control plane, and compute machines]
7575

7676
After the cluster machines initialize, the bootstrap machine is destroyed. All clusters use the bootstrap process to initialize the cluster, but if you provision the infrastructure for your cluster, you must complete many of the steps manually.
7777

@@ -90,7 +90,7 @@ Bootstrapping a cluster involves the following steps:
9090
. The temporary control plane shuts down and passes control to the production control plane.
9191
. The bootstrap machine injects {product-title} components into the production control plane.
9292
. The installation program shuts down the bootstrap machine. (Requires manual intervention if you provision the infrastructure)
93-
. The control plane sets up the worker nodes.
93+
. The control plane sets up the compute nodes.
9494
. The control plane installs additional services in the form of a set of Operators.
9595

96-
The result of this bootstrapping process is a fully running {product-title} cluster. The cluster then downloads and configures remaining components needed for the day-to-day operation, including the creation of worker machines in supported environments.
96+
The result of this bootstrapping process is a fully running {product-title} cluster. The cluster then downloads and configures remaining components needed for the day-to-day operation, including the creation of compute machines in supported environments.

0 commit comments

Comments
 (0)