-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: doc changes to simplify and elaborate
Signed-off-by: Kevin Carter <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Prometheus | ||
|
||
We are using Prometheus for monitoring and metrics collection backend. | ||
To read more about Prometheus see: https://prometheus.io | ||
We are using Prometheus for monitoring and metrics collection backend. To read more about Prometheus using the [upstream docs](https://prometheus.io). | ||
|
||
#### Install kube-prometheus helm chart | ||
|
||
``` shell | ||
cd /opt/genestack/kustomize/prometheus | ||
|
||
kubectl kustomize --enable-helm . | kubectl create -f - | ||
kubectl kustomize --enable-helm /opt/genestack/kustomize/prometheus | kubectl apply --server-side -f - | ||
``` |