Skip to content

Commit

Permalink
Merge pull request 2i2c-org#789 from 2i2c-org/paleohack
Browse files Browse the repository at this point in the history
Dedicated nodes pool for the Paleohack hub event
  • Loading branch information
damianavila authored Oct 28, 2021
2 parents 9c26ebe + 10715a2 commit 4d81b76
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/hubs/2i2c.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ hubs:
connection: github
config:
jupyterhub:
prePuller:
continuous:
enabled: true
scheduling:
userPlaceholder:
# Not needed anymore, hackathon is over
Expand Down Expand Up @@ -373,7 +376,9 @@ hubs:
limit: 2
image:
name: quay.io/2i2c/paleohack-2021
tag: d8c26cd01c8a
tag: d6234e037f4f
nodeSelector:
2i2c.org/community: paleo
hub:
config:
Authenticator:
Expand Down
8 changes: 8 additions & 0 deletions terraform/gcp/projects/pilot-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ notebook_nodes = {
max : 20,
machine_type : "n1-highmem-4",
labels: { }
},
"paleo": {
min: 5,
max: 20,
machine_type: "n1-highmem-4",
labels: {
"2i2c.org/community": "paleo"
}
}
}

Expand Down

0 comments on commit 4d81b76

Please sign in to comment.