Skip to content

Commit

Permalink
Adjust repliace count for windows buildkite cluster
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
boomanaiden154 committed Oct 17, 2024
1 parent fc3e0a4 commit a23efbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/buildkite/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: Deployment
metadata:
name: windows-buildkite
spec:
replicas: 7
replicas: 13
strategy:
type: Recreate
selector:
Expand Down

0 comments on commit a23efbf

Please sign in to comment.