-
Has the container image been stored locally?
-
Are the systemd services healthy?
-
Is the module loaded?
node=compute-0 oc get mc -l app.kubernetes.io/part-of=onload # Expect two healthy services oc debug -q node/$node -- chroot /host systemctl status '*sfc*' # Expect the onload-module image in local image store oc debug -q node/$node -- chroot /host podman image ls -a | grep onload # Expect the module is loaded without fatal messages oc debug -q node/$node -- lsmod | grep sfc oc debug -q node/$node -- dmesg -xT | grep -i sfc