Merge branch 'docs/kubernetes-tiller' into 'master'
Add note about the k8s namespace of installed applications See merge request gitlab-org/gitlab-ce!20423
This commit is contained in:
commit
acdac151f5
1 changed files with 7 additions and 0 deletions
|
@ -153,6 +153,13 @@ GitLab provides a one-click install for various applications which will be
|
||||||
added directly to your configured cluster. Those applications are needed for
|
added directly to your configured cluster. Those applications are needed for
|
||||||
[Review Apps](../../../ci/review_apps/index.md) and [deployments](../../../ci/environments.md).
|
[Review Apps](../../../ci/review_apps/index.md) and [deployments](../../../ci/environments.md).
|
||||||
|
|
||||||
|
NOTE: **Note:**
|
||||||
|
The applications will be installed in a dedicated namespace called
|
||||||
|
`gitlab-managed-apps`. In case you have added an existing Kubernetes cluster
|
||||||
|
with Tiller already installed, you should be careful as GitLab cannot
|
||||||
|
detect it. By installing it via the applications will result into having it
|
||||||
|
twice, which can lead to confusion during deployments.
|
||||||
|
|
||||||
| Application | GitLab version | Description |
|
| 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 is installed in its own pod inside the cluster which can run the `helm` CLI in a safe environment. |
|
| [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. |
|
||||||
|
|
Loading…
Reference in a new issue