Skip to content
Snippets Groups Projects
Commit ac03556f authored by Keyvan Hedayati's avatar Keyvan Hedayati
Browse files

Better note text for token in kubernetes.md

parent 85cf6c10
Branches
Tags
No related merge requests found
...@@ -28,7 +28,12 @@ data: ...@@ -28,7 +28,12 @@ data:
Where `image` (optional) is the default Docker image to run jobs on top of. Where `image` (optional) is the default Docker image to run jobs on top of.
**Notice:** You should have obtained `token` using `gitlab-runner register` beforehand which is different from `registration token` in runners page. >**Note:**
The `token` can be found in `/etc/gitlab-runner/config.toml` and should
have been generated after registering the Runner. It's not to be confused
with the registration token that can be found under your project's
**Settings > CI/CD > Runners settings**.
Then create a `Deployment` or `ReplicationController` which uses the `ConfigMap`. Then create a `Deployment` or `ReplicationController` which uses the `ConfigMap`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment