1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

Merge pull request #9962 from barbacbd/OCPBUGS-57126

OCPBUGS-57126: Add node-image-pull to the list of services to check their logs in /etc/motd
This commit is contained in:
openshift-merge-bot[bot]
2025-10-25 15:58:54 +00:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
This is the bootstrap node; it will be destroyed when the master is fully up.
The primary services are release-image.service followed by bootkube.service. To watch their status, run e.g.
The primary services are release-image.service followed by bootkube.service and node-image-pull.service. To watch their status, run e.g.
journalctl -b -f -u release-image.service -u bootkube.service
journalctl -b -f -u release-image.service -u bootkube.service -u node-image-pull.service