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
99544d7b
Commit
99544d7b
authored
Oct 03, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Deploy Board screenshot at the top of the page
Part of
https://gitlab.com/gitlab-org/gitlab-ce/issues/38487
parent
ce422ead
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
doc/user/project/deploy_boards.md
doc/user/project/deploy_boards.md
+10
-12
No files found.
doc/user/project/deploy_boards.md
View file @
99544d7b
...
@@ -17,6 +17,15 @@ With Deploy Boards you can gain more insight into deploys with benefits such as:
...
@@ -17,6 +17,15 @@ With Deploy Boards you can gain more insight into deploys with benefits such as:
-
Finer state detail (Waiting, Deploying, Finished, Unknown)
-
Finer state detail (Waiting, Deploying, Finished, Unknown)
-
See
[
Canary Deployments
](
canary_deployments.md
)
-
See
[
Canary Deployments
](
canary_deployments.md
)
Here's an example of a Deploy Board of the production environment.
![
Deploy Boards landing page
](
img/deploy_boards_landing_page.png
)
The squares represent pods in your Kubernetes cluster that are associated with
the given environment. Hovering above each square you can see the state of a
deploy rolling out. The percentage is the percent of the pods that are updated
to the latest release.
Since Deploy Boards are tightly coupled with Kubernetes, there is some required
Since Deploy Boards are tightly coupled with Kubernetes, there is some required
knowledge. In particular you should be familiar with:
knowledge. In particular you should be familiar with:
...
@@ -80,17 +89,6 @@ GitLab will only display a Deploy Board for top-level environments. Foldered
...
@@ -80,17 +89,6 @@ GitLab will only display a Deploy Board for top-level environments. Foldered
environments like
`review/*`
(usually used for [Review Apps]) won't have a
environments like
`review/*`
(usually used for [Review Apps]) won't have a
Deploy Board attached to them.
Deploy Board attached to them.
## How it works
Here's an example of a Deploy Board of the production environment.
![
Deploy Boards landing page
](
img/deploy_boards_landing_page.png
)
The squares represent pods in your Kubernetes cluster that are associated with
the given environment. Hovering above each square you can see the state of a
deploy rolling out. The percentage is the percent of the pods that are updated
to the latest release.
## Canary Deployments
## Canary Deployments
A popular CI strategy, where a small portion of the fleet is updated to the new
A popular CI strategy, where a small portion of the fleet is updated to the new
...
@@ -118,4 +116,4 @@ version of your application.
...
@@ -118,4 +116,4 @@ version of your application.
[
autodeploy
]:
../../ci/autodeploy/index.md
"GitLab Autodeploy"
[
autodeploy
]:
../../ci/autodeploy/index.md
"GitLab Autodeploy"
[
kube-image
]:
https://gitlab.com/gitlab-examples/kubernetes-deploy/container_registry
"Kubernetes deploy Container Registry"
[
kube-image
]:
https://gitlab.com/gitlab-examples/kubernetes-deploy/container_registry
"Kubernetes deploy Container Registry"
[
manual action
]:
../../ci/yaml/README.md#manual-actions
[
manual action
]:
../../ci/yaml/README.md#manual-actions
[
runners
]:
../../ci/runners/README.md
[
runners
]:
../../ci/runners/README.md
\ No newline at end of file
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