Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions modules/installation-bootstrap-gather.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,20 @@ command:
----
$ ./openshift-install gather bootstrap --dir=<directory> \ <1>
--bootstrap <bootstrap_address> \ <2>
--master "<master_address> <master_address> <master_address>" <3>
--master <master_1_address> \ <3>
--master <master_2_address> \ <3>
--master <master_3_address>" <3>
----
<1> `installation_directory` is the directory you stored the {product-title}
definition files that the installation program creates.
<2> `<bootstrap_address>` is the fully-qualified domain name or IP address of
the cluster's bootstrap machine.
<3> `<master_address>` is the fully-qualified domain name or IP address of a
control plane, or master, machine in your cluster. Specify a space-delimited
list that contains all the control plane machines in your cluster.
<3> For each control plane, or master, machine in your cluster, replace `<master_*_address>` with its fully-qualified domain name or IP address.
+
[NOTE]
====
A default cluster contains three control plane machines. List all of your control plane machines as shown, no matter how many your cluster uses.
====
--
+
The command output resembles the following example:
Expand Down