Onload Device Plugin Containers - Onload Device Plugin Containers - UG1656

Onload Operator for Kubernetes User Guide (UG1656)

Document ID
UG1656
Release Date
2024-04-26
Revision
1.0 English

The following commands are a summary of Onload Device Plugin troubleshooting commands:

  • kubectl describe pod -l app.kubernetes.io/component=device-plugin
  • Expect files copied by init container:
    kubectl logs -l app.kubernetes.io/component=device-plugin -c init -f
  • Expect Onload Worker (containing Onload Control Plane) to have loaded:
    kubectl logs -l app.kubernetes.io/component=device-plugin -c onload-worker --tail 200 -f
  • Expect listing of provided mounts, discovered interfaces, and RPC server up:
    kubectl logs -l app.kubernetes.io/component=device-plugin -c device-plugin -f