We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5051360 + c96e13a commit 3473f59Copy full SHA for 3473f59
data/data/bootstrap/files/usr/local/bin/installer-gather.sh
@@ -34,7 +34,8 @@ done
34
35
echo "Gathering bootstrap journals ..."
36
mkdir -p "${ARTIFACTS}/bootstrap/journals"
37
-for service in approve-csr bootkube crio crio-configure ironic kubelet master-bmh-update release-image release-image-download sssd
+for service in approve-csr bootkube crio crio-configure image-customization ironic ironic-dnsmasq ironic-httpd ironic-ramdisk-logs \
38
+ kubelet master-bmh-update release-image release-image-download sssd
39
do
40
journalctl --boot --no-pager --output=short --unit="${service}" > "${ARTIFACTS}/bootstrap/journals/${service}.log"
41
done
0 commit comments