-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: GitLab runner and examples #1332
Conversation
This PR has been automatically marked as stale because it has been open 30 days |
Add the GitLab Runner Helm chart to the Kubernetes addons. This can be used to deploy GitLab runners on the EKS cluster
The runner can't do anything without RBAC rules
This PR has been automatically marked as stale because it has been open 30 days |
Pull request closed due to inactivity. |
Hi, it would be very helpful if this PR is open again then merged. |
What does this PR do?
Adds the GitLab runner as an addon, and provides an example of how to deploy it with an EKS managed node-group
Motivation
Our team wants to use the GitLab runner on our own EKS cluster and we have adopted
gitlab-ci-cd
with an example that shows self-hosted GitLab on EKS #493More
pre-commit run -a
with this PRNote: Not all the PRs require a new example and/or doc page. In general:
docs/add-ons/*
is required for new a new addonFor Moderators
Additional Notes