summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-05-22 21:17:51 +1200
committerThong Kuah <tkuah@gitlab.com>2019-05-24 16:15:54 +1200
commit3c400cf4c4468346054e817a133242a9732d30c9 (patch)
tree4178dbadddc8396a7711404ff9111b87f6b46afb
parent50a4b8b361b839d375c861dfe8048709598b0f62 (diff)
downloadgitlab-ce-3c400cf4c4468346054e817a133242a9732d30c9.tar.gz
Move to clusters/applications.md
As not project specific. Fix broken links as a result.
-rw-r--r--doc/user/clusters/applications.md (renamed from doc/user/project/clusters/applications.md)20
-rw-r--r--doc/user/group/clusters/index.md2
-rw-r--r--doc/user/project/clusters/index.md2
3 files changed, 12 insertions, 12 deletions
diff --git a/doc/user/project/clusters/applications.md b/doc/user/clusters/applications.md
index 4023f7ef5d6..ac91f80e03b 100644
--- a/doc/user/project/clusters/applications.md
+++ b/doc/user/clusters/applications.md
@@ -2,10 +2,10 @@
GitLab provides **GitLab Managed Apps**, a one-click install for various applications which can
be added directly to your configured cluster. These applications are
-needed for [Review Apps](../../../ci/review_apps/index.md) and
-[deployments](../../../ci/environments.md) when using [Auto DevOps](../../../topics/autodevops/index.md).
+needed for [Review Apps](../../ci/review_apps/index.md) and
+[deployments](../../ci/environments.md) when using [Auto DevOps](../../topics/autodevops/index.md).
You can install them after you
-[create a cluster](index.md#adding-and-creating-a-new-gke-cluster-via-gitlab).
+[create a cluster](../project/clusters/index.md#adding-and-creating-a-new-gke-cluster-via-gitlab).
## Installing applications
@@ -43,7 +43,7 @@ namespace called `gitlab-managed-apps`.
NOTE: **Note:**
Some [cluster
-applications](../../project/clusters/index.md#installing-applications)
+applications](../project/clusters/index.md#installing-applications)
are installable only for a project-level cluster. Support for installing these
applications in a group-level cluster is planned for future releases.
For updates, see [the issue tracking
@@ -91,11 +91,11 @@ file.
[GitLab Runner](https://docs.gitlab.com/runner/) is the open source
project that is used to run your jobs and send the results back to
GitLab. It is used in conjunction with [GitLab
-CI/CD](../../../ci/README.md), the open-source continuous integration
+CI/CD](../../ci/README.md), the open-source continuous integration
service included with GitLab that coordinates the jobs. When installing
the GitLab Runner via the applications, it will run in **privileged
mode** by default. Make sure you read the [security
-implications](index.md/#security-implications) before doing so.
+implications](../project/clusters/index.md/#security-implications) before doing so.
NOTE: **Note:**
The
@@ -132,8 +132,8 @@ web-based interactive programming environment used for data analysis,
visualization, and machine learning.
Authentication will be enabled only for [project
-members](../members/index.md) with [Developer or
-higher](../../permissions.md) access to the project.
+members](../project/members/index.md) with [Developer or
+higher](../permissions.md) access to the project.
We use a [custom Jupyter
image](https://gitlab.com/gitlab-org/jupyterhub-user-image/blob/master/Dockerfile)
@@ -142,7 +142,7 @@ will also see ready-to-use DevOps Runbooks built with Nurtch's [Rubix library](h
More information on
creating executable runbooks can be found in [our Nurtch
-documentation](runbooks/index.md#nurtch-executable-runbooks). Note that
+documentation](../project/clusters/runbooks/index.md#nurtch-executable-runbooks). Note that
Ingress must be installed and have an IP address assigned before
JupyterHub can be installed.
@@ -169,7 +169,7 @@ server to use the external IP address for that domain. For any
application created and installed, they will be accessible as
`<program_name>.<kubernetes_namespace>.<domain_name>`. This will require
your kubernetes cluster to have [RBAC
-enabled](index.md#rbac-cluster-resources).
+enabled](../project/clusters/index.md#rbac-cluster-resources).
NOTE: **Note:**
The
diff --git a/doc/user/group/clusters/index.md b/doc/user/group/clusters/index.md
index 0029f4f7040..8458b4f5de3 100644
--- a/doc/user/group/clusters/index.md
+++ b/doc/user/group/clusters/index.md
@@ -15,7 +15,7 @@ your group, enabling you to use the same cluster across multiple projects.
GitLab can install and manage some applications in your group-level
cluster. For more information on installing, upgrading, uninstalling,
and troubleshooting applications for your group cluster, see
-[Gitlab Managed Apps](../../project/clusters/applications.md).
+[Gitlab Managed Apps](../../clusters/applications.md).
## RBAC compatibility
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index 018f1563b37..e38e4059117 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -350,7 +350,7 @@ install it manually.
GitLab can install and manage some applications in your project-level
cluster. For more information on installing, upgrading, uninstalling,
and troubleshooting applications for your project cluster, see
-[Gitlab Managed Apps](../../project/clusters/applications.md).
+[Gitlab Managed Apps](../../clusters/applications.md).
## Getting the external endpoint