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
This commit is contained in:
Evan Read 2019-06-24 05:47:10 +00:00
commit b2f0955b77

View file

@ -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)