From 355678a15c2ded6eced372dfeef7b42fa281cb3a Mon Sep 17 00:00:00 2001 From: danielgruesso Date: Mon, 17 Dec 2018 21:50:08 -0500 Subject: [PATCH 1/3] Add unavailable features section to group-level cluster page. --- doc/user/group/clusters/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/user/group/clusters/index.md b/doc/user/group/clusters/index.md index adc43921d47..c7b277aa5b7 100644 --- a/doc/user/group/clusters/index.md +++ b/doc/user/group/clusters/index.md @@ -30,6 +30,14 @@ deployments. | [Helm Tiller](https://docs.helm.sh) | 10.2+ | Helm is a package manager for Kubernetes and is required to install all the other applications. It is installed in its own pod inside the cluster which can run the `helm` CLI in a safe environment. | n/a | | [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress) | 10.2+ | Ingress can provide load balancing, SSL termination, and name-based virtual hosting. It acts as a web proxy for your applications and is useful if you want to use [Auto DevOps](../../../topics/autodevops/index.md) or deploy your own web apps. | [stable/nginx-ingress](https://github.com/helm/charts/tree/master/stable/nginx-ingress) | +## Unavailable features + +The following features are not currently available for group-level clusters and will be introduced in a future release: + +1. Terminals (see [related issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/55487)) +2. Pod logs (see [related issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/55488)) +3. Deployment boards (see [related issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/55488)) + ## RBAC compatibility For each project under a group with a Kubernetes cluster, GitLab will From e35071780d08b552876928b218c1b4af41b40424 Mon Sep 17 00:00:00 2001 From: danielgruesso Date: Mon, 17 Dec 2018 22:05:40 -0500 Subject: [PATCH 2/3] Formatting fixes --- doc/user/group/clusters/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/group/clusters/index.md b/doc/user/group/clusters/index.md index c7b277aa5b7..cefaa9ec0c0 100644 --- a/doc/user/group/clusters/index.md +++ b/doc/user/group/clusters/index.md @@ -32,11 +32,11 @@ deployments. ## Unavailable features -The following features are not currently available for group-level clusters and will be introduced in a future release: +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)) -2. Pod logs (see [related issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/55488)) -3. Deployment boards (see [related issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/55488)) +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)). ## RBAC compatibility From 5ee9b242be75191b776210d9a3a19d679d7662c3 Mon Sep 17 00:00:00 2001 From: danielgruesso Date: Mon, 17 Dec 2018 22:13:51 -0500 Subject: [PATCH 3/3] Add unavailable features section to the end of the page. --- doc/user/group/clusters/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/user/group/clusters/index.md b/doc/user/group/clusters/index.md index cefaa9ec0c0..8e03d116b81 100644 --- a/doc/user/group/clusters/index.md +++ b/doc/user/group/clusters/index.md @@ -30,14 +30,6 @@ deployments. | [Helm Tiller](https://docs.helm.sh) | 10.2+ | Helm is a package manager for Kubernetes and is required to install all the other applications. It is installed in its own pod inside the cluster which can run the `helm` CLI in a safe environment. | n/a | | [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress) | 10.2+ | Ingress can provide load balancing, SSL termination, and name-based virtual hosting. It acts as a web proxy for your applications and is useful if you want to use [Auto DevOps](../../../topics/autodevops/index.md) or deploy your own web apps. | [stable/nginx-ingress](https://github.com/helm/charts/tree/master/stable/nginx-ingress) | -## 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)). - ## RBAC compatibility For each project under a group with a Kubernetes cluster, GitLab will @@ -132,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)).