You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-process.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,15 +63,15 @@ If you do not use infrastructure that the installation program provisioned, you
63
63
* Cluster networking, including the DNS records and required subnets
64
64
* Storage for the cluster infrastructure and applications
65
65
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.
67
67
68
68
[discrete]
69
69
== Installation process details
70
70
71
71
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:
72
72
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]
75
75
76
76
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.
77
77
@@ -90,7 +90,7 @@ Bootstrapping a cluster involves the following steps:
90
90
. The temporary control plane shuts down and passes control to the production control plane.
91
91
. The bootstrap machine injects {product-title} components into the production control plane.
92
92
. 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.
94
94
. The control plane installs additional services in the form of a set of Operators.
95
95
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