From a23efbf47fde9187e6aac576b0fa1ab500bd0b50 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Oct 2024 19:34:08 +0000 Subject: [PATCH] Adjust repliace count for windows buildkite cluster The replica count was originally adjusted to 15 when some additional nodes were added to the cluster. However, there are only 15 machines, which means that either a buildkite pod or the post-commit buildbot pod will not schedule. In addition, we are running into GCP quota limits where we only actually have 14 nodes, so drop the number of buildkite replicas down to 13 for now so we can schedule the buildbot pod. --- kubernetes/buildkite/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/buildkite/windows.yaml b/kubernetes/buildkite/windows.yaml index c034fc3..bdfc025 100644 --- a/kubernetes/buildkite/windows.yaml +++ b/kubernetes/buildkite/windows.yaml @@ -17,7 +17,7 @@ kind: Deployment metadata: name: windows-buildkite spec: - replicas: 7 + replicas: 13 strategy: type: Recreate selector: