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
268d5357
Commit
268d5357
authored
Jun 10, 2020
by
Thong Kuah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for installing Prometheus using GitLab CI/CD
Also amend Elasticstack MR to use GitLab MR
parent
98b59f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
1 deletion
+24
-1
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+24
-1
No files found.
doc/user/clusters/applications.md
View file @
268d5357
...
@@ -616,6 +616,7 @@ Supported applications:
...
@@ -616,6 +616,7 @@ Supported applications:
-
[
Fluentd
](
#install-fluentd-using-gitlab-cicd
)
-
[
Fluentd
](
#install-fluentd-using-gitlab-cicd
)
-
[
Knative
](
#install-knative-using-gitlab-cicd
)
-
[
Knative
](
#install-knative-using-gitlab-cicd
)
-
[
PostHog
](
#install-posthog-using-gitlab-cicd
)
-
[
PostHog
](
#install-posthog-using-gitlab-cicd
)
-
[
Prometheus
](
#install-prometheus-using-gitlab-cicd
)
### Usage
### Usage
...
@@ -829,6 +830,28 @@ NOTE: **Note:**
...
@@ -829,6 +830,28 @@ NOTE: **Note:**
Support for the PostHog managed application is provided by the PostHog team.
Support for the PostHog managed application is provided by the PostHog team.
If you run into issues, please
[
open a support ticket
](
https://github.com/PostHog/posthog/issues/new/choose
)
directly.
If you run into issues, please
[
open a support ticket
](
https://github.com/PostHog/posthog/issues/new/choose
)
directly.
### Install Prometheus using GitLab CI/CD
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25138) in GitLab 12.8.
[
Prometheus
](
https://prometheus.io/docs/introduction/overview/
)
is an
open-source monitoring and alerting system for supervising your
deployed applications.
To install Prometheus into the
`gitlab-managed-apps`
namespace of your cluster,
define the
`.gitlab/managed-apps/config.yaml`
file with:
```
yaml
prometheus
:
installed
:
true
```
You can customize the installation of Prometheus by defining
`.gitlab/managed-apps/prometheus/values.yaml`
in your cluster management
project. Refer to the
[
Configuration section of the Prometheus chart's README
](
https://github.com/helm/charts/tree/master/stable/prometheus#configuration
)
for the available configuration options.
### Install GitLab Runner using GitLab CI/CD
### Install GitLab Runner using GitLab CI/CD
GitLab Runner is installed using GitLab CI/CD by defining configuration in
GitLab Runner is installed using GitLab CI/CD by defining configuration in
...
@@ -1103,7 +1126,7 @@ available configuration options.
...
@@ -1103,7 +1126,7 @@ available configuration options.
### Install Elastic Stack using GitLab CI/CD
### Install Elastic Stack using GitLab CI/CD
> [Introduced](https://gitlab.com/gitlab-org/
cluster-integration/cluster-applications/-/merge_requests/45
) in GitLab 12.8.
> [Introduced](https://gitlab.com/gitlab-org/
gitlab/-/merge_requests/25138
) in GitLab 12.8.
Elastic Stack is installed using GitLab CI/CD by defining configuration in
Elastic Stack is installed using GitLab CI/CD by defining configuration in
`.gitlab/managed-apps/config.yaml`
.
`.gitlab/managed-apps/config.yaml`
.
...
...
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