The following commands are a summary of Onload Operator troubleshooting commands:
- Expect
Runningdeployment ofonload-operator-controller-manager:kubectl get all -n onload-operator-system - Check conditions are true, replica is available, namespace is as expected. On error,
check locations of manager image and
DEVICE_PLUGIN_IMGare accessible:kubectl describe -n onload-operator-system deployment/onload-operator-controller-manager - Expect to be
present:
kubectl get crd onloads.onload.amd.com - Check the
logs:
kubectl logs -n onload-operator-system deployment/onload-operator-controller-manager --tail 200 -f