Install Setup gitlab helm repo Create a namespace for your runners: kubectl apply -f runner-namespace.yaml (version v1.29.0 at the time) Install the runner: helm install --namespace runners runner-name -f values.yaml gitlab/gitlab-runner (version v3.13.1 at the time)