Skip to content

Commit

Permalink
Merge pull request #5170 from GeorgianaElena/dask-hub-split
Browse files Browse the repository at this point in the history
victor: add missing nodegroup tags
  • Loading branch information
GeorgianaElena authored Nov 21, 2024
2 parents 473d616 + 92b2029 commit 9813b12
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eksctl/victor.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ local daskNodes = [
[
ng + {
namePrefix: 'core',
nameSuffix: 'a',
nameSuffix: 'b',
nameIncludeInstanceType: false,
availabilityZones: [nodeAz],
ssh: {
Expand All @@ -201,6 +201,9 @@ local daskNodes = [
"hub.jupyter.org/node-purpose": "core",
"k8s.dask.org/node-purpose": "core"
},
tags+: {
"2i2c:node-purpose": "core"
},
},
] + [
ng + {
Expand All @@ -220,6 +223,9 @@ local daskNodes = [
"hub.jupyter.org_dedicated": "user:NoSchedule",
"hub.jupyter.org/dedicated": "user:NoSchedule"
},
tags+: {
"2i2c:node-purpose": "user"
},

} + n for n in notebookNodes
] + [
Expand Down

0 comments on commit 9813b12

Please sign in to comment.