@@ -34,14 +34,15 @@ The main part you want too look into is `Menu > Kubernetes Engine > Clusters`.
34
34
Currently, we have 4 clusters:
35
35
- ` llvm-premerge-checks ` : the cluster hosting BuildKite Linux runners.
36
36
- ` windows-cluster ` : the cluster hosting BuildKite Windows runners.
37
- - ` llvm-premerge-prototype ` : The first cluster for GCP hosted runners.
37
+ - ` llvm-premerge-cluster-us-central ` : The first cluster for GCP hosted runners.
38
38
- ` llvm-premerge-cluster-us-west ` : The second cluster for GCP hosted runners.
39
39
40
- Yes, one is called ` prototype ` , but that's the production cluster.
41
- We should rename it at some point. We have two clusters for GCP hosted runners
42
- to form a high availability setup. They both load balance, and if one fails
43
- then the other will pick up the work. This also enables seamless migrations
44
- and upgrades.
40
+ ` llvm-premerge-checks ` and ` windows-cluster ` are part of the old Buildkite
41
+ infrastructure. For the new infrastructure, we have two clusters,
42
+ ` llvm-premerge-cluster-us-central ` and ` llvm-premerge-cluster-us-west ` for GCP
43
+ hosted runners to form a high availability setup. They both load balance, and
44
+ if one fails then the other will pick up the work. This also enables seamless
45
+ migrations and upgrades.
45
46
46
47
To add a VM to a cluster, the VM has to come from a ` pool ` . A ` pool ` is
47
48
a group of nodes within a cluster that all have the same configuration.
@@ -51,7 +52,7 @@ A pool can say it contains at most 10 nodes, each using the `c2d-highcpu-32`
51
52
configuration (32 cores, 64GB ram).
52
53
In addition, a pool can ` autoscale ` [ docs] ( https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler ) .
53
54
54
- If you click on ` llvm-premerge-prototype ` , and go to the ` Nodes ` tab, you
55
+ If you click on ` llvm-premerge-cluster-us-central ` , and go to the ` Nodes ` tab, you
55
56
will see 3 node pools:
56
57
- llvm-premerge-linux
57
58
- llvm-premerge-linux-service
0 commit comments