Day 0/1 MachineConfig - Day 0/1 MachineConfig - UG1656

Onload Operator for Kubernetes User Guide (UG1656)

Document ID
UG1656
Release Date
2024-04-26
Revision
1.0 English
  • 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