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:
authorThong Kuah <tkuah@gitlab.com>2019-06-20 02:22:28 +0300
committerThong Kuah <tkuah@gitlab.com>2019-06-26 00:24:54 +0300
commit1f10dc2e8d1f3d56a0145883f3e599e348e673e2 (patch)
treedee6ad9ed1e4efcca9bba8c2c7098eb2c2453d2a
parent1a9fd38a4cadf86397c033d91e38ca3cc6a388f6 (diff)
Add how to migrate deployments for deploy boards
-rw-r--r--doc/user/project/deploy_boards.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/user/project/deploy_boards.md b/doc/user/project/deploy_boards.md
index 0994c51abb2..8da9f36d368 100644
--- a/doc/user/project/deploy_boards.md
+++ b/doc/user/project/deploy_boards.md
@@ -86,8 +86,11 @@ To display the Deploy Boards for a specific [environment] you should:
Kubernetes.
NOTE: **Note:**
- The Kubernetes label of `app` is deprecated and may be removed in next major
- release, GitLab 12.0.
+ Matching based on the Kubernetes `app` label is deprecated and will
+ be 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)