A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.gitlab.com/runner/install/kubernetes/ below:

GitLab Runner Helm chart | GitLab Docs

Help us learn about your current experience with the documentation.

Take the survey

.

GitLab Runner Helm chart

The GitLab Runner Helm chart is the official way to deploy a GitLab Runner instance into your Kubernetes cluster. This chart configures GitLab Runner to:

Configure GitLab Runner with the Helm chart

Store your GitLab Runner configuration changes in values.yaml. For help configuring this file, see:

For GitLab Runner to run properly, you must set these values in your configuration file:

More optional configuration settings are available.

You’re now ready to install GitLab Runner!

Install GitLab Runner with the Helm chart

Prerequisites:

To install GitLab Runner from the Helm chart:

  1. Add the GitLab Helm repository:

    helm repo add gitlab https://charts.gitlab.io
  2. If you use Helm 2, initialize Helm with helm init.

  3. Check which GitLab Runner versions you have access to:

    helm search repo -l gitlab/gitlab-runner
  4. If you can’t access the latest versions of GitLab Runner, update the chart with this command:

  5. After you configure GitLab Runner in your values.yaml file, run this command, changing parameters as needed:

    # For Helm 2
    helm install --namespace <NAMESPACE> --name gitlab-runner -f <CONFIG_VALUES_FILE> gitlab/gitlab-runner
    
    # For Helm 3
    helm install --namespace <NAMESPACE> gitlab-runner -f <CONFIG_VALUES_FILE> gitlab/gitlab-runner
Check available GitLab Runner Helm chart versions

Helm charts and GitLab Runner do not follow the same versioning. To see version mappings between the two, run the command for your version of Helm:

# For Helm 2
helm search -l gitlab/gitlab-runner

# For Helm 3
helm search repo -l gitlab/gitlab-runner

An example of the output:

NAME                  CHART VERSION APP VERSION DESCRIPTION
gitlab/gitlab-runner  0.64.0        16.11.0     GitLab Runner
gitlab/gitlab-runner  0.63.0        16.10.0     GitLab Runner
gitlab/gitlab-runner  0.62.1        16.9.1      GitLab Runner
gitlab/gitlab-runner  0.62.0        16.9.0      GitLab Runner
gitlab/gitlab-runner  0.61.3        16.8.1      GitLab Runner
gitlab/gitlab-runner  0.61.2        16.8.0      GitLab Runner
...
Upgrade GitLab Runner with the Helm chart

Prerequisites:

To change your configuration or update charts, use helm upgrade, changing parameters as needed:

helm upgrade --namespace <NAMESPACE> -f <CONFIG_VALUES_FILE> <RELEASE-NAME> gitlab/gitlab-runner
Uninstall GitLab Runner with the Helm chart

To uninstall GitLab Runner:

  1. Pause the runner in GitLab, and ensure any jobs have completed. This prevents job-related problems, such as authorization errors on completion.

  2. Run, this command, modifying it as needed:

    helm delete --namespace <NAMESPACE> <RELEASE-NAME>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4