Skip to content

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

@abeluck

Description

@abeluck

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleIssue/PR is stale and closed automatically

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions