Skip to content

Commit 4393852

Browse files
authored
docs: fix typos (#172)
1 parent f017623 commit 4393852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/2020-11-28-first-11-things-proxmox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: homelab proxmox homelab
88

99
[![Before I do anything on Proxmox, I do this first...](https://img.youtube.com/vi/GoZaMgEgrHw/0.jpg)](https://www.youtube.com/watch?v=GoZaMgEgrHw "Before I do anything on Proxmox, I do this first...")
1010

11-
After setting up my Proxmox servers, there are a few thigns I do before I use them for their intended purpose. This ranges from updates, to storage, to networking and VLANS, to uploading ISOs, to clustering, and more. Join me as we pick up where the rest of the proxmox tutorials stop, and that's everything you need to do to make these production ready (and maybe a bonus item too).
11+
After setting up my Proxmox servers, there are a few things I do before I use them for their intended purpose. This ranges from updates, to storage, to networking and VLANS, to uploading ISOs, to clustering, and more. Join me as we pick up where the rest of the proxmox tutorials stop, and that's everything you need to do to make these production ready (and maybe a bonus item too).
1212

1313
[Watch Video](https://www.youtube.com/watch?v=GoZaMgEgrHw)
1414

_posts/2021-11-20-grafana-loki-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This command will:
3636
* install grafana
3737
* install prometheus
3838
* install loki
39-
* enable persistance for your stack and create a PVC
39+
* enable persistence for your stack and create a PVC
4040

4141
```bash
4242
helm upgrade --install loki grafana/loki-stack --set grafana.enabled=true,prometheus.enabled=true,prometheus.alertmanager.persistentVolume.enabled=false,prometheus.server.persistentVolume.enabled=false,loki.persistence.enabled=true,loki.persistence.storageClassName=nfs-client,loki.persistence.size=5Gi

0 commit comments

Comments
 (0)