Skip to content

Troubleshooting

If you run into issues with Automatic GPU Partitioning, you can troubleshoot by checking the logs of the GPU Partitioner and MIG Agent pods. You can do that by running the following commands:

Check GPU Partitioner logs:

 kubectl logs -n nebuly-nos -l app.kubernetes.io/component=nos-gpu-partitioner -f

Check MIG Agent logs:

 kubectl logs -n nebuly-nos -l app.kubernetes.io/component=nos-mig-agent -f

Check Nebuly's device-plugin logs:

kubectl logs -n nebuly-nvidia -l app.kubernetes.io/name=nebuly-nvidia-device-plugin -f