gitlab-runner-operator

command module
v1.23.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2024 License: Apache-2.0, MIT Imports: 12 Imported by: 0

README

Go Report Card

License

GitLab Runner Operator

The GitLab Runner operator aims to manage the lifecycle of GitLab Runner instances in your Kubernetes or Openshift container platforms.

The GitLab Runner operator aims to:

  • ease installation and configuration of GitLab and GitLab Runner instances
  • offer seamless upgrades from version to version
  • ease backup and restore of GitLab and its components
  • aggregate and visualize metrics using Prometheus and Grafana
  • setup auto-scaling

Requirements

The GitLab Runner operator uses native Kubernetes resources to deploy and manage GitLab Runner instances in your cluster. It therefore will presumably run on any container platform that is derived from Kubernetes.

Design Decisions

Decisions made during the design of the operator have been compiled into a document with background information to provide reasoning for reaching the decision.

Owned Resources

The operator is responsible for owns, watches and reconciles three different primary resources at this time.

1. GitLab Runner

GitLab Runner is the open source project used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI/CD, the open-source continuous integration service included with GitLab that coordinates jobs.

An example is shown below:

apiVersion: apps.gitlab.com/v1beta2
kind: Runner
metadata:
  name: example
spec:
  gitlab:
    url: https://gitlab.com
  token: runner-token-secret # Name of the secret containing the Runner token
  tags: openshift, test

OpenShift Cluster Setup

See doc/openshift-cluster-setup.md for instructions on how to create an OpenShift cluster for development or CI.

More Information

More information on the operator can be found in the Operator Documentation repo.

Support and Maintenance

The GitLab Runner operator is supported and maintained by the GitLab Runner team.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1beta2
Package v1beta2 contains API Schema definitions for the apps v1beta2 API group +kubebuilder:object:generate=true +groupName=apps.gitlab.com
Package v1beta2 contains API Schema definitions for the apps v1beta2 API group +kubebuilder:object:generate=true +groupName=apps.gitlab.com

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL