Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nvidia-device-plugin doesn't schedule plugin Pods to workers #20

@sfc-gh-lshi

Description

@sfc-gh-lshi

With the currently documented steps, nvidia-device-plugin does not schedule the plugin DaemonSet to any of the cluster workers. This is because the worker nodes are missing required labels.

After installing the Helm chart, the worker(s) need to be labeled thusly:

kubectl label node "${KIND_CLUSTER_NAME}-worker" --overwrite nvidia.com/gpu.present=true

Only afterwards does kubectl --context=kind-${KIND_CLUSTER_NAME} get pod -n nvidia show any Pods.

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