@@ -34,14 +34,15 @@ The main part you want too look into is `Menu > Kubernetes Engine > Clusters`.
3434Currently, we have 4 clusters:
3535 - ` llvm-premerge-checks ` : the cluster hosting BuildKite Linux runners.
3636 - ` 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.
3838 - ` llvm-premerge-cluster-us-west ` : The second cluster for GCP hosted runners.
3939
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.
4546
4647To add a VM to a cluster, the VM has to come from a ` pool ` . A ` pool ` is
4748a 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`
5152configuration (32 cores, 64GB ram).
5253In addition, a pool can ` autoscale ` [ docs] ( https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler ) .
5354
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
5556will see 3 node pools:
5657- llvm-premerge-linux
5758- llvm-premerge-linux-service
0 commit comments