Skip to content

How to make NVIDIA MIG Manager restart custom (pre-installed) device plugin daemonset during MIG reconfiguration? #1704

@shachijun

Description

@shachijun

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions