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:
authorDylan Griffith <dyl.griffith@gmail.com>2019-06-13 10:36:15 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2019-06-13 10:36:15 +0300
commitd9bf5870a0803f23580f829841a3d589b881badc (patch)
tree7b755d400e2dc9862a22ee5fa09bf01d25204b76
parentf08abfcc3275c41e3e92e3504188359cc773730c (diff)
Remove incorrect docs from deploy_boards.md
-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