Skip to content
Snippets Groups Projects
Commit f9f4e1d3 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Merge branch 'patch-3' into 'master'

Document how to define default image to run using Kubernetes executor

See merge request !668
parents a9864d05 2992f8df
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,12 @@ data: ...@@ -23,8 +23,12 @@ data:
executor = "kubernetes" executor = "kubernetes"
[runners.kubernetes] [runners.kubernetes]
namespace = "gitlab" namespace = "gitlab"
image = "busybox"
``` ```
Where `image` (optional) is the default Docker image to run jobs on top of.
Then create a `Deployment` or `ReplicationController` which uses the `ConfigMap`. Then create a `Deployment` or `ReplicationController` which uses the `ConfigMap`.
This is an example of a `Deployment`: This is an example of a `Deployment`:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment