Skip to content

Commit

Permalink
fix md lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Jan 10, 2022
1 parent 90b16b1 commit 7069994
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/LCM/monitor-logs-with-grafana.md
@@ -1,8 +1,10 @@
# Monitor logs with grafana

Quickly setup the grafana+loki+fluentbit for harbor logs in KIND k8s

- change the host `grafana.harbor.domain` and grafana password `Admin123` below
```

```bash
kubectl apply -f - <<EOF
---
apiVersion: v1
Expand Down Expand Up @@ -394,7 +396,8 @@ EOF
```

- you can use port-forward to access `http://grafana.harbor.domain` after set /etc/hosts
```

```bash
sudo kubectl port-forward svc/ingress-nginx-controller -n ingress-nginx --address 0.0.0.0 80:80 443:443
```

Expand Down

0 comments on commit 7069994

Please sign in to comment.