Skip to content

Commit 7047d8f

Browse files
[CI] Update docs after renaming of llvm-premerge-prototype (#449)
This patch updates the cluster management documentation now that we have renamed the llvm-premerge-prototype cluster to llvm-premerge-cluster-us-central.
1 parent bc24b0f commit 7047d8f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

premerge/cluster-management.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ The main part you want too look into is `Menu > Kubernetes Engine > Clusters`.
3434
Currently, 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

4647
To add a VM to a cluster, the VM has to come from a `pool`. A `pool` is
4748
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`
5152
configuration (32 cores, 64GB ram).
5253
In 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
5556
will see 3 node pools:
5657
- llvm-premerge-linux
5758
- llvm-premerge-linux-service

0 commit comments

Comments
 (0)