Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1a9ae286
Commit
1a9ae286
authored
Mar 19, 2018
by
Dylan Griffith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation for runner IP address (#44232)
parent
5778de67
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
0 deletions
+38
-0
changelogs/unreleased/44232-docs-for-runner-ip-address.yml
changelogs/unreleased/44232-docs-for-runner-ip-address.yml
+5
-0
doc/ci/runners/README.md
doc/ci/runners/README.md
+33
-0
doc/ci/runners/img/shared_runner_ip_address.png
doc/ci/runners/img/shared_runner_ip_address.png
+0
-0
doc/ci/runners/img/specific_runner_ip_address.png
doc/ci/runners/img/specific_runner_ip_address.png
+0
-0
No files found.
changelogs/unreleased/44232-docs-for-runner-ip-address.yml
0 → 100644
View file @
1a9ae286
---
title
:
Add documentation for runner IP address (#44232)
merge_request
:
17837
author
:
type
:
other
doc/ci/runners/README.md
View file @
1a9ae286
...
...
@@ -280,3 +280,36 @@ We're always looking for contributions that can mitigate these
[
register
]:
http://docs.gitlab.com/runner/register/
[
protected branches
]:
../../user/project/protected_branches.md
[
protected tags
]:
../../user/project/protected_tags.md
## Determining the IP address of a Runner
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17286) in GitLab 10.6.
It may be useful to know the IP address of a Runner so you can troubleshoot
issues with that Runner. GitLab stores and displays the IP address by viewing
the source of the HTTP requests it makes to GitLab when polling for jobs. The
IP address is always kept up to date so if the Runner IP changes it will be
automatically updated in GitLab.
The IP address for shared Runners and specific Runners can be found in
different places.
### Shared Runners
To view the IP address of a shared Runner you must have admin access to
the GitLab instance. To determine this:
1.
Visit
**Admin area ➔ Overview ➔ Runners**
1.
Look for the Runner in the table and you should see a column for "IP Address"
![
shared Runner IP address
](
img/shared_runner_ip_address.png
)
### Specific Runners
You can find the IP address of a Runner for a specific project by:
1.
Visit your project's
**Settings ➔ CI/CD**
1.
Find the Runner and click on it's ID which links you to the details page
1.
On the details page you should see a row for "IP Address"
![
specific Runner IP address
](
img/specific_runner_ip_address.png
)
doc/ci/runners/img/shared_runner_ip_address.png
0 → 100644
View file @
1a9ae286
68.2 KB
doc/ci/runners/img/specific_runner_ip_address.png
0 → 100644
View file @
1a9ae286
41.1 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment