2i2c-org / infrastructure

Infrastructure for configuring and deploying our community JupyterHubs.
https://infrastructure.2i2c.org
BSD 3-Clause "New" or "Revised" License
106 stars 65 forks source link

Docs: update dask support page #5172

Open GeorgianaElena opened 12 hours ago

GeorgianaElena commented 12 hours ago

Update the https://infrastructure.2i2c.org/howto/features/dask/ to capture the node selector setup needed, since they will be using their own per hub nodegroup

dask-gateway:
    gateway:
      backend:
        scheduler:
          extraPodConfig:
            nodeSelector:
              2i2c/hub-name: prod
        worker:
          extraPodConfig:
            nodeSelector:
              2i2c/hub-name: prod