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
5abe538b
Commit
5abe538b
authored
Mar 22, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update deploy boards docs
[ci skip]
parent
332dad45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
doc/user/project/deploy_boards.md
doc/user/project/deploy_boards.md
+11
-9
No files found.
doc/user/project/deploy_boards.md
View file @
5abe538b
...
...
@@ -35,7 +35,7 @@ to the latest release.
## Deploy Board requirements
In order to gather the deployment status you need to label your deployments,
replica sets and pods with the
`app`
key and use the
`CI_ENVIRONMENT_SLUG`
as
replica sets
,
and pods with the
`app`
key and use the
`CI_ENVIRONMENT_SLUG`
as
a value. Each project will need to have a unique namespace in Kubernetes as well.
![
Deploy Boards Kubernetes Label
](
img/deploy_boards_kubernetes_label.png
)
...
...
@@ -59,14 +59,16 @@ The complete requirements for Deploy Boards to display for a specific [environme
which can simplify the build and deployment process.
Once all of the above are set up and the pipeline has run at least once,
navigate to the environments page under
**Pipelines ➔ Environments**
. GitLab
will query Kubernetes for the state of each node (e.g., waiting, deploying,
finished, unknown) and the Deploy Board status will be displayed on
the environments page.
Bear in mind that Deploy Boards are collapsed under their respective environment,
and can be expanded. Only top-level environments are expanded by default. For example if
you use
`review/*`
for [review apps], the Deploy Board will appear collapsed initially.
navigate to the environments page under
**Pipelines ➔ Environments**
.
Deploy Boards will be collapsed by default, and you have to explicitly click
the triangle next to their respective environment name in order to see them.
GitLab will then query Kubernetes for the state of each node (e.g., waiting,
deploying, finished, unknown), and the Deploy Board status will finally appear.
GitLab will only display a Deploy Board for top-level environments. Foldered
environments like
`review/*`
(usually used for [Review Apps]) won't have a
Deploy Board attached to them.
## Using the Kubernetes deploy example project
...
...
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