From a641102ec27cd27ca4d0656af0a98a7e1931dd15 Mon Sep 17 00:00:00 2001
From: Roman Khavronenko
Date: Mon, 2 Aug 2021 17:16:58 +0300
Subject: [PATCH] docs: fix indentation for guide articles (#1512)
---
docs/guides/k8s-monitoring-via-vm-cluster.md | 12 ++++++------
docs/guides/k8s-monitoring-via-vm-single.md | 10 +++++-----
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/docs/guides/k8s-monitoring-via-vm-cluster.md b/docs/guides/k8s-monitoring-via-vm-cluster.md
index a05a50801..2b7de271b 100644
--- a/docs/guides/k8s-monitoring-via-vm-cluster.md
+++ b/docs/guides/k8s-monitoring-via-vm-cluster.md
@@ -20,7 +20,7 @@ We will use:
-### 1. VictoriaMetrics Helm repository
+## 1. VictoriaMetrics Helm repository
> For this guide we will use Helm 3 but if you already use Helm 2 please see this [https://github.com/VictoriaMetrics/helm-charts#for-helm-v2](https://github.com/VictoriaMetrics/helm-charts#for-helm-v2)
@@ -67,7 +67,7 @@ vm/victoria-metrics-operator 0.1.17 0.16.0 Victoria Metrics Operato
vm/victoria-metrics-single 0.7.5 1.62.0 Victoria Metrics Single version - high-performa...
```
-### 2. Install VictoriaMetrics Cluster from the Helm chart
+## 2. Install VictoriaMetrics Cluster from the Helm chart
Run this command in your terminal:
@@ -176,7 +176,7 @@ vmcluster-victoria-metrics-cluster-vmstorage-0 1/1 Running
vmcluster-victoria-metrics-cluster-vmstorage-1 1/1 Running 0 16m
```
-### 3. Install vmagent from the Helm chart
+## 3. Install vmagent from the Helm chart
To scrape metrics from Kubernetes with a [VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html) we need to install [vmagent](https://docs.victoriametrics.com/vmagent.html) with additional configuration. To do so, please run these commands in your terminal:
@@ -434,7 +434,7 @@ vmagent-victoria-metrics-agent-69974b95b4-mhjph 1/1 Running
```
-### 4. Install and connect Grafana to VictoriaMetrics with Helm
+## 4. Install and connect Grafana to VictoriaMetrics with Helm
Add the Grafana Helm repository.
@@ -521,7 +521,7 @@ kubectl --namespace default port-forward $POD_NAME 3000
```
-### 5. Check the result you obtained in your browser
+## 5. Check the result you obtained in your browser
To check that [VictoriaMetrics](https://victoriametrics.com) collects metrics from k8s cluster open in browser [http://127.0.0.1:3000/dashboards](http://127.0.0.1:3000/dashboards) and choose the `Kubernetes Cluster Monitoring (via Prometheus)` dashboard. Use `admin` for login and `password` that you previously got from kubectl.
@@ -544,7 +544,7 @@ vmagent has it’s own dashboard:
-### 6. Final thoughts
+## 6. Final thoughts
* We set up TimeSeries Database for your Kubernetes cluster.
* We collected metrics from all running pods,nodes, … and stored them in a VictoriaMetrics database.
diff --git a/docs/guides/k8s-monitoring-via-vm-single.md b/docs/guides/k8s-monitoring-via-vm-single.md
index b9d680d33..afe0c8659 100644
--- a/docs/guides/k8s-monitoring-via-vm-single.md
+++ b/docs/guides/k8s-monitoring-via-vm-single.md
@@ -20,7 +20,7 @@ We will use:
-### 1. VictoriaMetrics Helm repository
+## 1. VictoriaMetrics Helm repository
> For this guide we will use Helm 3 but if you already use Helm 2 please see this [https://github.com/VictoriaMetrics/helm-charts#for-helm-v2](https://github.com/VictoriaMetrics/helm-charts#for-helm-v2)
@@ -68,7 +68,7 @@ vm/victoria-metrics-single 0.7.5 1.62.0 Victoria Metrics Single
```
-### 2. Install [VictoriaMetrics Single](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html) from Helm Chart
+## 2. Install [VictoriaMetrics Single](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html) from Helm Chart
Run this command in your terminal:
@@ -233,7 +233,7 @@ vmsingle-victoria-metrics-single-server-0 1/1 Running 0 68s
```
-### 3. Install and connect Grafana to VictoriaMetrics with Helm
+## 3. Install and connect Grafana to VictoriaMetrics with Helm
Add the Grafana Helm repository.
@@ -326,7 +326,7 @@ kubectl --namespace default port-forward $POD_NAME 3000
Now Grafana should be accessible on the [http://127.0.0.1:3000](http://127.0.0.1:3000) address.
-### 4. Check the obtained result in your browser
+## 4. Check the obtained result in your browser
To check that VictoriaMetrics has collects metrics from the k8s cluster open in browser [http://127.0.0.1:3000/dashboards](http://127.0.0.1:3000/dashboards) and choose `Kubernetes Cluster Monitoring (via Prometheus)` dashboard. Use `admin` for login and `password` that you previously obtained from kubectl.
@@ -344,7 +344,7 @@ VictoriaMetrics dashboard also available to use:
-### 5. Final thoughts
+## 5. Final thoughts
* We have set up TimeSeries Database for your k8s cluster.
* Collected metrics from all running pods,nodes, … and store them in VictoriaMetrics database.