summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-11-16 09:44:06 +0100
committerAchilleas Pipinellis <axil@gitlab.com>2017-11-16 18:12:34 +0100
commit644a2941c0903b7c67e356998b8f3a39143b54e0 (patch)
tree265fd71c263bbe6871306c8c4d8abe4fec86a5a1
parent3d16f7cd57a5332936d912a46a4ec73e730a825e (diff)
downloadgitlab-ce-644a2941c0903b7c67e356998b8f3a39143b54e0.tar.gz
Add info about the installed apps in the Cluster docs
-rw-r--r--doc/user/project/clusters/img/cluster-applications.pngbin39115 -> 0 bytes
-rw-r--r--doc/user/project/clusters/index.md22
2 files changed, 12 insertions, 10 deletions
diff --git a/doc/user/project/clusters/img/cluster-applications.png b/doc/user/project/clusters/img/cluster-applications.png
deleted file mode 100644
index 7c82d19297e..00000000000
--- a/doc/user/project/clusters/img/cluster-applications.png
+++ /dev/null
Binary files differ
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index 27b4b49c207..7f7afc27aa0 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -56,7 +56,7 @@ To add a new cluster:
don't have to fill it in; by leaving it blank, GitLab will create one for you.
1. Click the **Create cluster** button.
-After a few moments your cluster should be created. If something goes wrong,
+After a few moments, your cluster should be created. If something goes wrong,
you will be notified.
Now, you can proceed to [enable the Cluster integration](#enabling-or-disabling-the-cluster-integration).
@@ -73,6 +73,17 @@ You can now start using your Kubernetes cluster for your deployments.
To disable the Cluster integration, follow the same procedure.
+## Installing applications
+
+GitLab provides a one-click install for various applications which will be
+added directly to your configured cluster. Those applications are needed for
+review apps and deployments.
+
+| Application | GitLab version | Description |
+| ----------- | :------------: | ----------- |
+| [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 will be automatically installed as a dependency when you try to install a different app. It is installed in its own pod inside the cluster which can run the `helm` CLI in a safe environment. |
+| [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) | 10.2+ | Ingress acts as a web proxy for your web applications and is useful if you want to use Auto DevOps or deploy your own apps. |
+
## Removing the Cluster integration
NOTE: **Note:**
@@ -88,12 +99,3 @@ To remove the Cluster integration from your project, simply click on the
and [add a cluster](#adding-a-cluster) again.
[permissions]: ../../permissions.md
-
-## Installing applications
-
-GitLab provides a one-click install for
-[Helm Tiller](https://docs.helm.sh/) and
-[Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/)
-which will be added directly to your configured cluster.
-
-![Cluster application settings](img/cluster-applications.png)