Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#57) Run gha-rs scale set only on the primary cluster #62

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

jeffmccune
Copy link
Contributor

This patch fixes the problem of the actions runner scale set listener
pod failing every 3 seconds. See
actions/actions-runner-controller#3351

The solution is not ideal, if the primary cluster is down workflows will
not execute. The primary cluster shouldn't go down though so this is
the trade off. Lower log spam and resource usage by eliminating the
failing pods on other clusters for lower availability if the primary
cluster is not available.

We could let the pods loop and if the primary is unavailable another
would quickly pick up the role, but it doesn't seem worth it.

Closes: #57

This patch fixes the problem of the actions runner scale set listener
pod failing every 3 seconds.  See
actions/actions-runner-controller#3351

The solution is not ideal, if the primary cluster is down workflows will
not execute.  The primary cluster shouldn't go down though so this is
the trade off.  Lower log spam and resource usage by eliminating the
failing pods on other clusters for lower availability if the primary
cluster is not available.

We could let the pods loop and if the primary is unavailable another
would quickly pick up the role, but it doesn't seem worth it.
@jeffmccune jeffmccune merged commit 562412f into main Mar 15, 2024
2 checks passed
@jeffmccune jeffmccune deleted the jeff/57-runnerscaleset-listener branch March 15, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RunnerScaleSet listener fails on all but one cluster
1 participant