How to make NVIDIA MIG Manager restart custom (pre-installed) device plugin daemonset during MIG reconfiguration?
@tariq1890 is already working on this.
Since Apr 16, 2026.
- Dominant language
- Go
- Stars
- 2.9k
- Forks
- 552
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 90
Description
Hello,
I have a pre-installed NVIDIA device plugin running as a daemonset in my Kubernetes cluster, and now I'm trying to perform some MIG operations.
Current Behavior:
When MIG configuration changes, MIG Manager automatically restarts GPU operator components
MIG Manager also restarts system services defined in default-gpu-clients ConfigMap
However, my pre-installed device plugin daemonset doesn't get restarted
What I've Tried:
Added labels to match GPU operator:
labels:
app: nvidia-device-plugin
nvidia.com/device-plugin: "true"
Question:
How can I make MIG Manager restart my custom device plugin daemonset when MIG configuration changes?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.