-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
54 lines (49 loc) · 1.28 KB
/
Copy pathconfig.toml
File metadata and controls
54 lines (49 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[aws.eksctl]
cluster_name = "hpdc-2025-c7i-48xlarge"
cluster_deployment_region = "us-west-1"
cluster_availability_zones = [
"us-west-1a",
"us-west-1c",
]
[[aws.eksctl.cluster_node_groups]]
zone = "us-west-1a"
instance_type = "c7i.48xlarge"
volume_size = 30
desired_size = 1
min_size = 1
max_size = 1
[[aws.eksctl.cluster_node_groups]]
zone = "us-west-1c"
instance_type = "c7i.48xlarge"
volume_size = 30
desired_size = 1
min_size = 1
max_size = 1
[aws."Kubernetes autoscaler"]
cpu_max = "100m"
memory_max = "600Mi"
cpu_min = "100m"
memory_min = "600Mi"
[aws.Helm]
tutorial_name = "hpdc-2025-c7i-48xlarge"
max_concurrent_users = 2
hub_password = "butter"
hub_db_capacity = "32Gi"
ebs_storage_type = "gp3"
hub_container_image = "jupyterhub/k8s-hub"
hub_container_tag = "4.2.0"
spawner_container_image = "ghcr.io/llnl/reproducible-benchmarking-spawn"
spawner_container_tag = "hpdc-2025"
spawner_image_entrypoint = "/entrypoint.sh"
cpu_min = "190"
cpu_max = "190"
mem_min = "350G"
mem_max = "350G"
init_container_image = "ghcr.io/llnl/reproducible-benchmarking-init"
init_container_tag = "hpdc-2025"
init_image_entrypoint = "/entrypoint.sh"
[aws."utility scripts"]
tutorial_name = "hpdc-2025-c7i-48xlarge"
jupyterhub_helm_version = "4.2.0"
ebs_csidriver_version = "v1.45.0"
ebs_storage_type = "gp3"