Commit 7deff0ec authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 1d465c3e 20fc3f66
...@@ -148,9 +148,9 @@ The following options can be set: ...@@ -148,9 +148,9 @@ The following options can be set:
If `record_type` is set to `SRV`, GitLab will continue to use a round-robin algorithm If `record_type` is set to `SRV`, GitLab will continue to use a round-robin algorithm
and will ignore the `weight` and `priority` in the record. Since SRV records usually and will ignore the `weight` and `priority` in the record. Since SRV records usually
return hostnames instead of IPs, GitLab will look for the IPs of returned hostnames return hostnames instead of IPs, GitLab will look for the IPs of returned hostnames
in the additional section of the SRV response. If no IP is found for a hostname, Gitlab in the additional section of the SRV response. If no IP is found for a hostname, GitLab
will query the configured `nameserver` for ANY record for each such hostname looking for A or AAAA records, eventually will query the configured `nameserver` for ANY record for each such hostname looking for A or AAAA
dropping this hostname from rotation if it can't resolve its IP. records, eventually dropping this hostname from rotation if it can't resolve its IP.
The `interval` value specifies the _minimum_ time between checks. If the A The `interval` value specifies the _minimum_ time between checks. If the A
record has a TTL greater than this value, then service discovery will honor said record has a TTL greater than this value, then service discovery will honor said
......
...@@ -19,13 +19,11 @@ This namespace: ...@@ -19,13 +19,11 @@ This namespace:
- Is created once. - Is created once.
- Has a non-configurable name. - Has a non-configurable name.
To see a list of available applications to install: To see a list of available applications to install. For a:
1. For a: - [Project-level cluster](../project/clusters/index.md), navigate to your project's
- [Project-level cluster](../project/clusters/index.md), **Operations > Kubernetes**.
navigate to your project's **Operations > Kubernetes**. - [Group-level cluster](../group/clusters/index.md), navigate to your group's **Kubernetes** page.
- [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.
...@@ -61,8 +59,8 @@ can lead to confusion during deployments. ...@@ -61,8 +59,8 @@ can lead to confusion during deployments.
### Helm ### Helm
> - Available for project-level clusters since GitLab 10.2. > - Introduced in GitLab 10.2 for project-level clusters.
> - Available for group-level clusters since GitLab 11.6. > - Introduced in GitLab 11.6 for group-level clusters.
[Helm](https://docs.helm.sh/) is a package manager for Kubernetes and is [Helm](https://docs.helm.sh/) is a package manager for Kubernetes and is
required to install all the other applications. It is installed in its required to install all the other applications. It is installed in its
...@@ -71,8 +69,7 @@ environment. ...@@ -71,8 +69,7 @@ environment.
### Cert-Manager ### Cert-Manager
> - Available for project-level clusters since GitLab 11.6. > Introduced in GitLab 11.6 for project- and group-level clusters.
> - Available for group-level clusters since GitLab 11.6.
[Cert-Manager](https://docs.cert-manager.io/en/latest/) is a native [Cert-Manager](https://docs.cert-manager.io/en/latest/) is a native
Kubernetes certificate management controller that helps with issuing Kubernetes certificate management controller that helps with issuing
...@@ -91,8 +88,8 @@ chart was used. ...@@ -91,8 +88,8 @@ chart was used.
### GitLab Runner ### GitLab Runner
> - Available for project-level clusters since GitLab 10.6. > - Introduced in GitLab 10.6 for project-level clusters.
> - Available for group-level clusters since GitLab 11.10. > - Introduced in GitLab 11.10 for group-level clusters.
[GitLab Runner](https://docs.gitlab.com/runner/) is the open source [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 project that is used to run your jobs and send the results back to
...@@ -112,8 +109,8 @@ file. ...@@ -112,8 +109,8 @@ file.
### Ingress ### Ingress
> - Available for project-level clusters since GitLab 10.2. > - Introduced in GitLab 10.2 for project-level clusters.
> - Available for group-level clusters since GitLab 11.6. > - Introduced in GitLab 11.6 for group-level clusters.
[Ingress](https://kubernetes.github.io/ingress-nginx/) can provide load [Ingress](https://kubernetes.github.io/ingress-nginx/) can provide load
balancing, SSL termination, and name-based virtual hosting. It acts as a balancing, SSL termination, and name-based virtual hosting. It acts as a
...@@ -129,8 +126,8 @@ file. ...@@ -129,8 +126,8 @@ file.
### JupyterHub ### JupyterHub
> - Available for project-level clusters since GitLab 11.0. > - Introduced in GitLab 11.0 for project-level clusters.
> - Available for group-level clusters since GitLab 12.3. > - Introduced in GitLab 12.3 for group-level clusters.
[JupyterHub](https://jupyterhub.readthedocs.io/en/stable/) is a [JupyterHub](https://jupyterhub.readthedocs.io/en/stable/) is a
multi-user service for managing notebooks across a team. [Jupyter multi-user service for managing notebooks across a team. [Jupyter
...@@ -163,7 +160,7 @@ file. ...@@ -163,7 +160,7 @@ file.
#### Jupyter Git Integration #### Jupyter Git Integration
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28783) in GitLab 12 for project-level clusters. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28783) in GitLab 12.0 for project-level clusters.
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:
...@@ -190,8 +187,8 @@ You can clone repositories from the files tab in Jupyter: ...@@ -190,8 +187,8 @@ You can clone repositories from the files tab in Jupyter:
### Knative ### Knative
> - Available for project-level clusters since GitLab 11.5. > - Introduced in GitLab 11.5 for project-level clusters.
> - Available for group-level and instance-level clusters since GitLab 12.3. > - Introduced in GitLab 12.3 for group- and instance-level clusters.
[Knative](https://cloud.google.com/knative) provides a platform to [Knative](https://cloud.google.com/knative) provides a platform to
create, deploy, and manage serverless workloads from a Kubernetes create, deploy, and manage serverless workloads from a Kubernetes
...@@ -214,8 +211,8 @@ chart is used to install this application. ...@@ -214,8 +211,8 @@ chart is used to install this application.
### Prometheus ### Prometheus
> - Available for project-level clusters since GitLab 10.4. > - Introduced in GitLab 10.4 for project-level clusters.
> - Available for group-level clusters since GitLab 11.11. > - Introduced in GitLab 11.11 for group-level clusters.
[Prometheus](https://prometheus.io/docs/introduction/overview/) is an [Prometheus](https://prometheus.io/docs/introduction/overview/) is an
open-source monitoring and alerting system useful to supervise your open-source monitoring and alerting system useful to supervise your
...@@ -255,8 +252,7 @@ chart plus the values set by ...@@ -255,8 +252,7 @@ chart plus the values set by
## Uninstalling applications ## Uninstalling applications
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/60665) in > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/60665) in GitLab 11.11.
> GitLab 11.11.
The applications below can be uninstalled. The applications below can be uninstalled.
......
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