We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
terraform-aws-gitlab-runner/docker_autoscaler.tf
Lines 96 to 109 in 6f684d3
This code ensures that the gitlab-runner instance always has the same name as the worker instances, which is not desirable and contradicts the docs.
It should be possible to have the autoscaler worker instances have different names/tags than the agent instance itself.
The text was updated successfully, but these errors were encountered:
Arrgh, I can't check it here as I still have the docker-machine running. The last time I tried the autoscaler, I was quickly rate limited by AWS.
Sorry, something went wrong.
autoscaler has been working well for us since November. Though we only ever have 10-15 worker instances running at a time.
No branches or pull requests
terraform-aws-gitlab-runner/docker_autoscaler.tf
Lines 96 to 109 in 6f684d3
This code ensures that the gitlab-runner instance always has the same name as the worker instances, which is not desirable and contradicts the docs.
It should be possible to have the autoscaler worker instances have different names/tags than the agent instance itself.
The text was updated successfully, but these errors were encountered: