Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullvoxpopuli/gitlab-runner
Kubernetes + GCE configured gitlab-runner for docker-compose-powered C.I. workflows.
https://github.com/nullvoxpopuli/gitlab-runner
cd ci gce gitlab gitlab-runner helm kubernetes
Last synced: 9 days ago
JSON representation
Kubernetes + GCE configured gitlab-runner for docker-compose-powered C.I. workflows.
- Host: GitHub
- URL: https://github.com/nullvoxpopuli/gitlab-runner
- Owner: NullVoxPopuli
- Created: 2017-05-31T23:11:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T00:54:59.000Z (over 7 years ago)
- Last Synced: 2025-01-05T04:40:36.310Z (16 days ago)
- Topics: cd, ci, gce, gitlab, gitlab-runner, helm, kubernetes
- Language: Shell
- Size: 13.9 MB
- Stars: 2
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installing on your Kubernetes Cluster
```
cd ./helm
export GITLAB_CI_TOKEN=f31QPRizyLSXj2AuH6oM
export GITLAB_CI_URL=https://gitlab.com/ci
./gitlab-helm install
./gitlab-helm register
```#### Removing
```
./gitlab-helm remove
```## Locally hook in to your gitlab server
### Starting The Runner
```bash
./gitlab-runner up
```### Shutting Down
```bash
./gitlab-runner down
```