Skip to content

Commit

Permalink
Merge pull request #171 from klueska/imex-labels
Browse files Browse the repository at this point in the history
Add labels to divide multi-node GPU demo into 2 separate IMEX domains
  • Loading branch information
klueska authored Sep 20, 2024
2 parents 3016a9a + cd29e5f commit 14b5357
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 14b5357

Please sign in to comment.