Skip to content

Commit 4ca62b7

Browse files
authored
Merge pull request #102615 from openshift-cherrypick-robot/cherry-pick-102283-to-enterprise-4.18
[enterprise-4.18] : Replace bootstrap example with compute
2 parents 66e807c + 568683c commit 4ca62b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/machine-user-infra-machines-iso.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ $ sudo coreos-installer install --ignition-url=http://<HTTP_server>/<node_type>.
7777
If you want to provide your Ignition config files through an HTTPS server that uses TLS, you can add the internal certificate authority (CA) to the system trust store before running `coreos-installer`.
7878
====
7979
+
80-
The following example initializes a bootstrap node installation to the `/dev/sda` device. The Ignition config file for the bootstrap node is obtained from an HTTP web server with the IP address 192.168.1.2:
80+
The following example initializes a compute node installation to the `/dev/sda` device. The Ignition config file for the compute node is obtained from an HTTP web server with the IP address 192.168.1.2:
8181
+
8282
[source,terminal]
8383
----
84-
$ sudo coreos-installer install --ignition-url=http://192.168.1.2:80/installation_directory/bootstrap.ign /dev/sda --ignition-hash=sha512-a5a2d43879223273c9b60af66b44202a1d1248fc01cf156c46d4a79f552b6bad47bc8cc78ddf0116e80c59d2ea9e32ba53bc807afbca581aa059311def2c3e3b
84+
$ sudo coreos-installer install --ignition-url=http://192.168.1.2:80/installation_directory/worker.ign /dev/sda --ignition-hash=sha512-a5a2d43879223273c9b60af66b44202a1d1248fc01cf156c46d4a79f552b6bad47bc8cc78ddf0116e80c59d2ea9e32ba53bc807afbca581aa059311def2c3e3b
8585
----
8686

8787
. Monitor the progress of the {op-system} installation on the console of the machine.

0 commit comments

Comments
 (0)