-
If you used installer-provisioned infrastructure, run the following command:
$ ./openshift-install gather bootstrap --dir=<directory> (1)
1 installation_directory
is the directory you stored the OpenShift Container Platform definition files that the installation program creates.For installer-provisioned infrastructure, the installation program stores information about the cluster, so you do not specify the host names or IP addresses
-
If you used infrastructure that you provisioned yourself, run the following command:
$ ./openshift-install gather bootstrap --dir=<directory> \ (1) --bootstrap <bootstrap_address> \ (2) --master "<master_address> <master_address> <master_address>" (3)
1 installation_directory
is the directory you stored the OpenShift Container Platform 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.