How to install gitlab-runner on k3s with helm chart
Bring your own runner ;)
Prerequisites: Have some kind of k8s cluster running (inclusing k3s) have one or more gitlab repo’s Introduction This will learn you how to deploy a simple gitlab runner in k3s / k8s with the registration token in a k8s secret.
Token Since gitlab 16.0 you are required to register your runners in a new fashion. Please refer to your git repo and get a new token per runner. Store this in a secret as explained underneath.
[Read More]