Skip to content

Commit

Permalink
Add labels to divide multi-node GPU demo into 2 separate IMEX domains
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Klues <[email protected]>
  • Loading branch information
klueska committed Sep 20, 2024
1 parent 3016a9a commit cd29e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/clusters/nvkind/scripts/kind-cluster-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ nodes:
- role: worker
labels:
node-role.x-k8s.io/worker: ""
nvidia.com/gpu.clusteruuid: "0f884867-ba2f-4294-9155-b495ff367eea"
nvidia.com/gpu.cliquid: "{{ add 1 (mod $gpu 2) }}"
kubeadmConfigPatches:
- |
kind: JoinConfiguration
Expand Down

0 comments on commit cd29e5f

Please sign in to comment.