14 lines
379 B
YAML
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
|