diff options
author | Evan Read <eread@gitlab.com> | 2018-12-18 03:27:15 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-12-18 03:27:15 +0000 |
commit | 95d4e979d58e971c6b2a74b83c191cd3d003565a (patch) | |
tree | 5228fbc595a1b3fc5cbc0821510fe7e57d15ac9e /doc | |
parent | 399713b1065ce9df9c396fc03316fcf862821860 (diff) | |
parent | 5ee9b242be75191b776210d9a3a19d679d7662c3 (diff) | |
download | gitlab-ce-95d4e979d58e971c6b2a74b83c191cd3d003565a.tar.gz |
Merge branch 'docs-group-level-clusters-update' into 'master'
Add unavailable features section to group-level cluster page.
See merge request gitlab-org/gitlab-ce!23896
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/group/clusters/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/group/clusters/index.md b/doc/user/group/clusters/index.md index adc43921d47..8e03d116b81 100644 --- a/doc/user/group/clusters/index.md +++ b/doc/user/group/clusters/index.md @@ -124,3 +124,11 @@ The result will then be: - The Project cluster will be used for the `test` job. - The Staging cluster will be used for the `deploy to staging` job. - The Production cluster will be used for the `deploy to production` job. + +## Unavailable features + +The following features are not currently available for group-level clusters: + +1. Terminals (see [related issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/55487)). +1. Pod logs (see [related issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/55488)). +1. Deployment boards (see [related issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/55488)). |