diff --git a/config/hubs/2i2c.cluster.yaml b/config/hubs/2i2c.cluster.yaml index 79113546fd..a77e74edd9 100644 --- a/config/hubs/2i2c.cluster.yaml +++ b/config/hubs/2i2c.cluster.yaml @@ -342,6 +342,9 @@ hubs: connection: github config: jupyterhub: + prePuller: + continuous: + enabled: true scheduling: userPlaceholder: # Not needed anymore, hackathon is over @@ -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: diff --git a/terraform/gcp/projects/pilot-hubs.tfvars b/terraform/gcp/projects/pilot-hubs.tfvars index 74e669bb93..a999929c6a 100644 --- a/terraform/gcp/projects/pilot-hubs.tfvars +++ b/terraform/gcp/projects/pilot-hubs.tfvars @@ -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" + } } }