The management nodes boot from images which have many (RPM) packages installed. Lists of the packages for these images are generated on running nodes. A list of images can be collected by running a zypper command on one of the storage, worker, or master nodes.
The Kubernetes image is used to boot the master nodes and worker nodes.
ncn-w002# zypper --disable-repositories se --installed-only | grep i+ | tr -d '|' | awk '{print $2}'
The Ceph image is used to boot the utility storage nodes.
ncn-s002# zypper --disable-repositories se --installed-only | grep i+ | tr -d '|' | awk '{print $2}'