Skip to content

Commit

Permalink
Add note about initial node-pool size for workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jul 6, 2023
1 parent ffc6ad3 commit bbdc8d0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/howto/features/dedicated-nodepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,13 @@ Some hubs on shared clusters require dedicated nodepools, for a few reasons:
```

This tells JupyterHub to place user pods from this hub on the nodepool we had
just created!
just created!

## Node type and minimum nodepool size considerations

When setting up a dedicated node pool for a hub, particularly a hub supporting
an *event*, it's important to consider the node type and minimum node size
used. As there will likely only be minimal number of users until the event
starts, it's helpful to set the *minimum node pool size* to 0 until at least
*a week* before the start of the event. A smaller node type is also adviced
until a week before the event.

0 comments on commit bbdc8d0

Please sign in to comment.