terraform-aws-gitlab-runner
terraform-aws-gitlab-runner copied to clipboard
Terraform module for AWS GitLab runners on ec2 (spot) instances
I need to append to the hosts files of the machine so that traffic is routed locally instead of the public ip. Is there a configuration option that would allow...
Hi First, I'm not sure at all that the issue is related to this module, it could (may) very well be a gitlab issue, but i'm checking out here before....
I think there are some issues with cleaning up the S3 cache. # S3 Lifecycle Prefix After installing a fresh Gitlab Runner and S3 cache I noticed that the prefix...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/github-script](https://togithub.com/actions/github-script) | action...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner). > [!NOTE] These dependencies have not received...
## Description Resolves https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1029. Adds optional functionality to the `terminate-agent-hook` module for graceful termination, which users can enabled/configure using new input variables. When graceful terminate is enabled, the lambda will...
# Describe the bug I list multiple EC2 instance types for Spot Fleet workers, but only one instance type used to generate spot requests. The spot request type is "instance"...
# Describe the bug We're in the process of upgrading to `7.2.2` + the [new runner registration workflow](https://docs.gitlab.com/ee/ci/runners/new_creation_workflow.html), and discovered an unfortunate race condition with `remove-gitlab-registration`. Sometimes when cycling the...
## Description Adds a configuration flag `runner_worker_docker_options.enable_ipv6` for the GitLab Runner to enable IPv6 support on the executors which is needed to run in IPv6 networks only. The configuration is...
# Describe the solution you'd like I'm trying to use the runner in a IPv6 only environment. The runner itself works well and is able to connect to my Gitlab...