Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```