Commit 2ce6090b authored by Evan Read's avatar Evan Read Committed by Achilleas Pipinellis

Cross link between cluster topics

parent f6a201a8
# GitLab Managed Apps # GitLab Managed Apps
GitLab provides **GitLab Managed Apps**, a one-click install for various applications which can GitLab provides **GitLab Managed Apps**, a one-click install for various applications which can
be added directly to your configured cluster. These applications are be added directly to your configured cluster.
needed for [Review Apps](../../ci/review_apps/index.md) and
[deployments](../../ci/environments.md) when using [Auto DevOps](../../topics/autodevops/index.md). 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).
You can install them after you You can install them after you
[create a cluster](../project/clusters/index.md#add-new-gke-cluster). [create a cluster](../project/clusters/index.md#adding-and-removing-clusters).
## Installing applications ## Installing applications
...@@ -20,8 +22,10 @@ This namespace: ...@@ -20,8 +22,10 @@ This namespace:
To see a list of available applications to install: To see a list of available applications to install:
1. For a: 1. For a:
- Project-level cluster, navigate to your project's **Operations > Kubernetes**. - [Project-level cluster](../project/clusters/index.md),
- Group-level cluster, navigate to your group's **Kubernetes** page. navigate to your project's **Operations > Kubernetes**.
- [Group-level cluster](../group/clusters/index.md),
navigate to your group's **Kubernetes** page.
Install Helm first as it's used to install other applications. Install Helm first as it's used to install other applications.
...@@ -160,9 +164,9 @@ file. ...@@ -160,9 +164,9 @@ file.
When installing JupyterHub onto your Kubernetes cluster, [JupyterLab's Git extension](https://github.com/jupyterlab/jupyterlab-git) When installing JupyterHub onto your Kubernetes cluster, [JupyterLab's Git extension](https://github.com/jupyterlab/jupyterlab-git)
is automatically provisioned and configured using the authenticated user's: is automatically provisioned and configured using the authenticated user's:
- Name - Name.
- Email - Email.
- Newly created access token - Newly created access token.
JupyterLab's Git extension enables full version control of your notebooks as well as issuance of Git commands within Jupyter. JupyterLab's Git extension enables full version control of your notebooks as well as issuance of Git commands within Jupyter.
Git commands can be issued via the **Git** tab on the left panel or via Jupyter's command line prompt. Git commands can be issued via the **Git** tab on the left panel or via Jupyter's command line prompt.
...@@ -233,8 +237,10 @@ The applications below can be upgraded. ...@@ -233,8 +237,10 @@ The applications below can be upgraded.
To upgrade an application: To upgrade an application:
1. For a: 1. For a:
- Project-level cluster, navigate to your project's **Operations > Kubernetes**. - [Project-level cluster](../project/clusters/index.md),
- Group-level cluster, navigate to your group's **Kubernetes** page. navigate to your project's **Operations > Kubernetes**.
- [Group-level cluster](../group/clusters/index.md),
navigate to your group's **Kubernetes** page.
1. Select your cluster. 1. Select your cluster.
1. If an upgrade is available, the **Upgrade** button is displayed. Click the button to upgrade. 1. If an upgrade is available, the **Upgrade** button is displayed. Click the button to upgrade.
...@@ -263,8 +269,10 @@ The applications below can be uninstalled. ...@@ -263,8 +269,10 @@ The applications below can be uninstalled.
To uninstall an application: To uninstall an application:
1. For a: 1. For a:
- Project-level cluster, navigate to your project's **Operations > Kubernetes**. - [Project-level cluster](../project/clusters/index.md),
- Group-level cluster, navigate to your group's **Kubernetes** page. navigate to your project's **Operations > Kubernetes**.
- [Group-level cluster](../group/clusters/index.md),
navigate to your group's **Kubernetes** page.
1. Select your cluster. 1. Select your cluster.
1. Click the **Uninstall** button for the application. 1. Click the **Uninstall** button for the application.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment