Skip to content

Commit 669b312

Browse files
Merge pull request #39334 from mikemckiernan/fix-ipi-terms
BZ#2023799: clarify installation prog role
2 parents 310b4fa + f06b3ba commit 669b312

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/rhcos-about.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * architecture/architecture_rhcos.adoc
3+
// * architecture/architecture-rhcos.adoc
44

55
[id="rhcos-about_{context}"]
66
= About {op-system}
@@ -9,7 +9,7 @@
99

1010
{op-system} is supported only as a component of {product-title} {product-version} for all {product-title} machines. {op-system} is the only supported operating system for {product-title} control plane, or master, machines. While {op-system} is the default operating system for all cluster machines, you can create compute machines, which are also known as worker machines, that use {op-system-base} as their operating system. There are two general ways {op-system} is deployed in {product-title} {product-version}:
1111

12-
* If you install your cluster on infrastructure that the cluster provisions, {op-system} images are downloaded to the target platform during installation, and suitable Ignition config files, which control the {op-system} configuration, are used to deploy the machines.
12+
* If you install your cluster on infrastructure that the installation program provisions, {op-system} images are downloaded to the target platform during installation. Suitable Ignition config files, which control the {op-system} configuration, are also downloaded and used to deploy the machines.
1313

1414
* If you install your cluster on infrastructure that you manage, you must follow the installation documentation to obtain the {op-system} images, generate Ignition config files, and use the Ignition config files to provision your machines.
1515

@@ -136,3 +136,4 @@ At the end of this process, the machine is ready to join the cluster and does no
136136
////
137137
After Ignition finishes its work on an individual machine, the kernel pivots to the installed system. The initial RAM disk is no longer used and the kernel goes on to run the init service to start up everything on the host from the installed disk. When the last machine under the bootstrap machine's control is completed, and the services on those machines come up, the work of the bootstrap machine is over.
138138
////
139+

0 commit comments

Comments
 (0)