Skip to content

Commit

Permalink
gather: Include OKD specific journal logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Acevedo Montserrat committed Aug 4, 2021
1 parent 4f3d8ba commit 0ae5e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -31,7 +31,7 @@ done

echo "Gathering bootstrap journals ..."
mkdir -p "${ARTIFACTS}/bootstrap/journals"
for service in release-image crio-configure bootkube kubelet crio approve-csr ironic master-bmh-update
for service in release-image release-image-download crio-configure bootkube kubelet crio approve-csr ironic master-update-bmh
do
journalctl --boot --no-pager --output=short --unit="${service}" > "${ARTIFACTS}/bootstrap/journals/${service}.log"
done
Expand Down
Expand Up @@ -22,7 +22,7 @@ done

echo "Gathering master journals ..."
mkdir -p "${ARTIFACTS}/journals"
for service in kubelet crio machine-config-daemon-host pivot openshift-azure-routes openshift-gcp-routes
for service in kubelet crio machine-config-master-firstboot machine-config-daemon-host pivot openshift-azure-routes openshift-gcp-routes
do
journalctl --boot --no-pager --output=short --unit="${service}" > "${ARTIFACTS}/journals/${service}.log"
done
Expand Down

0 comments on commit 0ae5e55

Please sign in to comment.