Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0bea08a3
Commit
0bea08a3
authored
Nov 16, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@master
parent
07d7b8f5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
326 additions
and
0 deletions
+326
-0
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+34
-0
doc/user/clusters/crossplane.md
doc/user/clusters/crossplane.md
+292
-0
No files found.
doc/user/clusters/applications.md
View file @
0bea08a3
...
@@ -40,6 +40,7 @@ The following applications can be installed:
...
@@ -40,6 +40,7 @@ The following applications can be installed:
-
[
GitLab Runner
](
#gitlab-runner
)
-
[
GitLab Runner
](
#gitlab-runner
)
-
[
JupyterHub
](
#jupyterhub
)
-
[
JupyterHub
](
#jupyterhub
)
-
[
Knative
](
#knative
)
-
[
Knative
](
#knative
)
-
[
Crossplane
](
#crossplane
)
With the exception of Knative, the applications will be installed in a dedicated
With the exception of Knative, the applications will be installed in a dedicated
namespace called
`gitlab-managed-apps`
.
namespace called
`gitlab-managed-apps`
.
...
@@ -384,6 +385,38 @@ chart is used to install this application with a
...
@@ -384,6 +385,38 @@ chart is used to install this application with a
[
`values.yaml`
](
https://gitlab.com/gitlab-org/gitlab/blob/master/vendor/prometheus/values.yaml
)
[
`values.yaml`
](
https://gitlab.com/gitlab-org/gitlab/blob/master/vendor/prometheus/values.yaml
)
file.
file.
### Crossplane
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/34702) in GitLab 12.5 for project-level clusters.
[
Crossplane
](
https://crossplane.io/docs
)
is a multi-cloud control plane useful for
managing applications and infrastructure across multiple clouds. It extends the
Kubernetes API using:
-
Custom resources.
-
Controllers that watch those custom resources.
Crossplane allows provisioning and lifecycle management of infrastructure components
across cloud providers in a uniform manner by abstracting cloud provider-specific
configurations.
The Crossplane GitLab-managed application:
-
Installs Crossplane with a provider of choice on a Kubernetes cluster attached to the
project repository.
-
Can then be used to provision infrastructure or managed applications such as
PostgreSQL (for example, CloudSQL from GCP or RDS from AWS) and other services
required by the application via the Auto DevOps pipeline.
For information on configuring Crossplane installed on the cluster, see
[
Crossplane configuration
](
crossplane.md
)
.
NOTE:
**Note:**
[
`alpha/crossplane`
](
https://charts.crossplane.io/alpha/
)
chart v0.4.1 is used to
install Crossplane using the
[
`values.yaml`
](
https://github.com/crossplaneio/crossplane/blob/master/cluster/charts/crossplane/values.yaml.tmpl
)
file.
## Upgrading applications
## Upgrading applications
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/24789) in GitLab 11.8.
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/24789) in GitLab 11.8.
...
@@ -424,6 +457,7 @@ The applications below can be uninstalled.
...
@@ -424,6 +457,7 @@ The applications below can be uninstalled.
| JupyterHub | 12.1+ | All data not committed to GitLab will be deleted and cannot be restored. |
| JupyterHub | 12.1+ | All data not committed to GitLab will be deleted and cannot be restored. |
| Knative | 12.1+ | The associated IP will be deleted and cannot be restored. |
| Knative | 12.1+ | The associated IP will be deleted and cannot be restored. |
| Prometheus | 11.11+ | All data will be deleted and cannot be restored. |
| Prometheus | 11.11+ | All data will be deleted and cannot be restored. |
| Crossplane | 12.5+ | All data will be deleted and cannot be restored. |
To uninstall an application:
To uninstall an application:
...
...
doc/user/clusters/crossplane.md
0 → 100644
View file @
0bea08a3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment