k8s/playbooks/setup_gpu.yml
2026-07-15 11:14:21 +03:00

14 lines
379 B
YAML

---
# Run AFTER setup_worker_plane.yml (needs kubeadm join + containerd already done)
# and after the target node has joined the cluster.
- name: GPU | Configure container runtime on GPU worker nodes
hosts: gpu_workers
become: true
roles:
- gpu_prereqs
- name: GPU | Label nodes and install NVIDIA device plugin
hosts: manager_nodes
roles:
- gpu_device_plugin