Skip to content

Commit

Permalink
fix: doc changes to simplify and elaborate
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Mar 7, 2024
1 parent 27c941f commit f3dd495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/infrastructure-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ kubectl --namespace openstack \
If you've changed your k8s cluster name from the default cluster.local, edit `clusterName` in `/opt/genestack/kustomize/mariadb-operator/kustomization.yaml` prior to deploying the mariadb operator.

``` shell
kubectl kustomize --enable-helm /opt/genestack/kustomize/mariadb-operator | kubectl --namespace mariadb-system apply --server-side --force-conflicts -f -
kubectl kustomize --enable-helm /opt/genestack/kustomize/mariadb-operator | \
kubectl --namespace mariadb-system apply --server-side --force-conflicts -f -
```

!!! info
Expand Down
7 changes: 2 additions & 5 deletions docs/prometheus.md
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 -
```

0 comments on commit f3dd495

Please sign in to comment.