Skip to content

Commit

Permalink
docs: remove multi-region example (#1007)
Browse files Browse the repository at this point in the history
## Description

The multi region example is removed as it doesn't show any new feature
but the deployment into several regions which is AWS standard and known
by the users.

I added a remark to the default example that multi region deployment is
possible. Just to keep it in mind.
  • Loading branch information
kayman-mk authored Oct 12, 2023
1 parent 7e7f8b8 commit d50f33c
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 491 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
[
"runner-default",
"runner-docker",
"runner-multi-region",
"runner-pre-registered",
"runner-public",
"runner-certificates"
Expand Down
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Please see the readme in per example for more details:
- [runner-default](runner-default/) The default setup, private subnet, auto register, runner on spot instances.
- [runner-public](runner-public/) Runner in a public subnet, auto register, runner on spot instances.
- [runner-docker](runner-docker/) Runners run on the same instance as the agent.
- [runner-multi-region](runner-multi-region/) Runners in multiple regions.
- [runner-pre-registered](runner-pre-registered) Runner needs to be preregistered, old setup DEPRECATED.
3 changes: 3 additions & 0 deletions examples/runner-default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This examples shows:
- Additional security groups that are allowed access to the runner agent
- Use of `runners.docker.services` to configure docker registry mirror (commented out - uncomment to apply)

Multi region deployment is, of course, possible. Just instantiate the module multiple times with different AWS providers. In case
you use the cache, make sure to have one cache per region.

![runners-default](https://github.com/cattle-ops/terraform-aws-gitlab-runner/raw/main/assets/images/runner-default.png)

## Prerequisite
Expand Down
1 change: 0 additions & 1 deletion examples/runner-multi-region/.terraform-version

This file was deleted.

125 changes: 0 additions & 125 deletions examples/runner-multi-region/.terraform.lock.hcl

This file was deleted.

125 changes: 0 additions & 125 deletions examples/runner-multi-region/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions examples/runner-multi-region/locals.tf

This file was deleted.

Loading

0 comments on commit d50f33c

Please sign in to comment.