@@ -63,40 +63,9 @@ list that contains all the control plane machines in your cluster.
6363The command output resembles the following example:
6464+
6565----
66- INFO Use the following commands to gather logs from the cluster
67- INFO ssh -A core@<bootstrap_address> '/usr/local/bin/installer-gather.sh <master_address> <master_address> <master_address>'
68- INFO scp core@<bootstrap_address>:~/log-bundle.tar.gz .
66+ INFO Pulling debug logs from the bootstrap machine
67+ INFO Bootstrap gather logs captured here "<directory>/log-bundle-<timestamp>.tar.gz"
6968----
7069+
71- You use both commands that are displayed to gather and download the logs.
72-
73- . Gather logs from the bootstrap and master machines:
74- +
75- ----
76- $ ssh -A core@<bootstrap_address> '/usr/local/bin/installer-gather.sh <master_address> <master_address> <master_address>'
77- ----
78- +
79- You SSH into the bootstrap machine and run the gather tool, which is designed to
80- collect as much data as possible from the bootstrap and control plane machines
81- in your cluster and compress all of the gathered files.
82- +
83- [NOTE]
84- ====
85- It is normal to see errors in the command output. If the command output
86- displays the instructions to download the compressed log files,
87- `log-bundle.tar.gz`, then the command succeeded.
88- ====
89-
90- . Download the compressed file that contains the logs:
91- +
92- ----
93- $ scp core@<bootstrap_address>:~/log-bundle.tar.gz . <1>
94- ----
95- <1> `<bootstrap_address>` is the fully-qualified domain name or IP address of the bootstrap
96- machine.
97- +
98- The command to download the log files is included at the end of the gather
99- command output.
100- +
10170If you open a Red Hat support case about your installation failure, include
10271the compressed logs in the case.
0 commit comments