k8s/roles/gpu_device_plugin/defaults/main.yml
2026-07-15 11:14:21 +03:00

7 lines
308 B
YAML

---
gpu_device_plugin_version: "v0.17.0"
gpu_device_plugin_manifest_url: "https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/{{ gpu_device_plugin_version }}/deployments/static/nvidia-device-plugin.yml"
# Path to kubeconfig on the manager node
gpu_kubeconfig: "/home/{{ ansible_user }}/.kube/config"