summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-24 05:47:10 +0000
committerEvan Read <eread@gitlab.com>2019-06-24 05:47:10 +0000
commitb2f0955b77eb260041f497642d4b31424970f987 (patch)
treefc2c6787b7d92433367a6559ba5bfdc81a68de1b
parentd9f4a919458721bd9ffae4d4e69bf17d18bd3be8 (diff)
parent3696fe630b6ebc209a9cc54eccbad7f313feaa65 (diff)
downloadgitlab-ce-b2f0955b77eb260041f497642d4b31424970f987.tar.gz
Merge branch 'docs-how-to-migrate-deploy-boards' into 'master'
Add how to migrate deployments for deploy boards See merge request gitlab-org/gitlab-ce!29872
-rw-r--r--doc/user/project/deploy_boards.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/user/project/deploy_boards.md b/doc/user/project/deploy_boards.md
index 2aef369c087..175384bc985 100644
--- a/doc/user/project/deploy_boards.md
+++ b/doc/user/project/deploy_boards.md
@@ -88,7 +88,10 @@ To display the Deploy Boards for a specific [environment] you should:
Kubernetes.
NOTE: **Note:**
- Matching based on the Kubernetes `app` label was removed in [GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14020)
+ Matching based on the Kubernetes `app` label was removed in [GitLab
+ 12.1](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14020).
+ To migrate, please apply the required annotations (see above) and
+ re-deploy your application.
![Deploy Boards Kubernetes Label](img/deploy_boards_kubernetes_label.png)