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