August 2019
Beginner
608 pages
16h 7m
English
With this chart, you can create scalable GitLab Runners. It will use the Kubernetes executor. When it receives a new job to process from GitLab CI, a new pod will be created in a specified namespace.
First, add the Helm repository:
helm repo add gitlab https://charts.gitlab.io helm init
Before you can start this Runner, you need to create a .yml file with parameters (we named it values.yml). There is a template available at https://gitlab.com/charts/gitlab-runner/blob/master/values.yaml. The settings are explained in the template file.
The minimum you should fill in is as follows:
gitlabUrl: https://gitlab.home.joustie.nl/runnerRegistrationToken: "dE47NAgHgnFRpdd23RiDJ9JOSzBH40mxqLa1B42Ds5eb94ZWebhPydPt9n"
After the ...
Read now
Unlock full access