Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-14 08:08:54 +0300
committerEvan Read <eread@gitlab.com>2019-06-14 08:08:54 +0300
commit97e65c03d6b80afaadc3318419d64e2a4e37389e (patch)
treee6e96a2020efbe42838bbb88a620cfb66db2c59d
parent85391f8a453b4c4ab465da7d0c692b959b145406 (diff)
parentd9bf5870a0803f23580f829841a3d589b881badc (diff)
Merge branch 'docs-correct-deploy-boards' into 'master'
Remove incorrect docs from deploy_boards.md See merge request gitlab-org/gitlab-ce!29591
-rw-r--r--doc/user/project/deploy_boards.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/user/project/deploy_boards.md b/doc/user/project/deploy_boards.md
index 2f2a9c5eec3..0994c51abb2 100644
--- a/doc/user/project/deploy_boards.md
+++ b/doc/user/project/deploy_boards.md
@@ -96,12 +96,6 @@ navigate to the environments page under **Operations > Environments**.
Deploy Boards are visible by default. You can explicitly click
the triangle next to their respective environment name in order to hide them.
-GitLab will then query Kubernetes for the state of each pod (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.
## Canary Deployments