From 5d9f38c84d7f2cc7068385d1d4298d0ae24c5712 Mon Sep 17 00:00:00 2001 From: barbacbd Date: Thu, 25 Sep 2025 14:29:30 -0400 Subject: [PATCH] OCPBUGS-57126: Add node-image-pull to the list of services to check their logs in /etc/motd ** Update the data directory for the motd file to include the node-image-ull service. --- data/data/bootstrap/files/etc/motd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/data/bootstrap/files/etc/motd b/data/data/bootstrap/files/etc/motd index e44c627c60..e1c31f3c1d 100644 --- a/data/data/bootstrap/files/etc/motd +++ b/data/data/bootstrap/files/etc/motd @@ -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