Commit 5abe538b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Update deploy boards docs

[ci skip]
parent 332dad45
...@@ -35,7 +35,7 @@ to the latest release. ...@@ -35,7 +35,7 @@ to the latest release.
## Deploy Board requirements ## Deploy Board requirements
In order to gather the deployment status you need to label your deployments, 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. 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) ![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 ...@@ -59,14 +59,16 @@ The complete requirements for Deploy Boards to display for a specific [environme
which can simplify the build and deployment process. which can simplify the build and deployment process.
Once all of the above are set up and the pipeline has run at least once, 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 navigate to the environments page under **Pipelines ➔ Environments**.
will query Kubernetes for the state of each node (e.g., waiting, deploying,
finished, unknown) and the Deploy Board status will be displayed on Deploy Boards will be collapsed by default, and you have to explicitly click
the environments page. 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,
Bear in mind that Deploy Boards are collapsed under their respective environment, deploying, finished, unknown), and the Deploy Board status will finally appear.
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. 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 ## Using the Kubernetes deploy example project
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment