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

Autoscaler worker instances are named the same as the gitlab-runner agent instance #1224

Open
abeluck opened this issue Jan 15, 2025 · 2 comments

Comments

@abeluck
Copy link

abeluck commented Jan 15, 2025

tag_specifications {
resource_type = "instance"
tags = local.tags
}
tag_specifications {
resource_type = "volume"
tags = local.tags
}
tag_specifications {
resource_type = "network-interface"
tags = local.tags
}
tags = local.tags

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.

@kayman-mk
Copy link
Collaborator

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.

@abeluck
Copy link
Author

abeluck commented Jan 16, 2025

autoscaler has been working well for us since November. Though we only ever have 10-15 worker instances running at a time.

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

No branches or pull requests

2 participants