diff --git a/modules/installation-bootstrap-gather.adoc b/modules/installation-bootstrap-gather.adoc index bce2a9563854..5e6f3e8da69e 100644 --- a/modules/installation-bootstrap-gather.adoc +++ b/modules/installation-bootstrap-gather.adoc @@ -49,15 +49,20 @@ command: ---- $ ./openshift-install gather bootstrap --dir= \ <1> --bootstrap \ <2> - --master " " <3> + --master \ <3> + --master \ <3> + --master " <3> ---- <1> `installation_directory` is the directory you stored the {product-title} definition files that the installation program creates. <2> `` is the fully-qualified domain name or IP address of the cluster's bootstrap machine. -<3> `` 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 `` 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: