y-shida-tg

Results 6 comments of y-shida-tg

Thank you for your reply. I created `dp-example-config0.yaml` and `dp-example-config1.yaml`, applied the config with `helm upgrade -i nvdp nvdp/nvidia-device-plugin`, and then started the device plugin with `kubectl apply -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v0.16.1/deployments/static/nvidia-device-plugin.yml`....

>The helm install/upgrade command already starts the device plugin configured to be aware of the configs you point it at. The staticdeployment from the URL you reference is not aware...

We have been trying since then, but have not been able to resolve this issue. If you have anything to try, I would appreciate a reply.

We summarize our current situation as follows. To briefly describe the problem, the Helm command does not invoke the “NVIDIA device plugin for Kubernetes”. We have followed your suggested steps...

**dp-example-config0.yaml** ``` apiVersion: apps/v1 kind: DaemonSet metadata: name: nvidia-device-plugin-daemonset namespace: kube-system spec: selector: matchLabels: name: nvidia-device-plugin-ds updateStrategy: type: RollingUpdate template: metadata: labels: name: nvidia-device-plugin-ds spec: tolerations: - key: nvidia.com/gpu operator:...

Thank you for your comment. We changed the Helm instructions as follows, but the result did not change. Below are the command and the description of the reference file. Is...