mirror of
https://github.com/ced4568/ced-k3s-homelab.git
synced 2026-08-12 22:24:01 +00:00
Update cluster-setup.md
This commit is contained in:
+3
-3
@@ -95,7 +95,7 @@ Verify from `k3s-django-1`:
|
||||
kubectl get nodes -o wide
|
||||
```
|
||||
|
||||
You should now see all three `k3s-django-*` nodes as control-plane,etcd,master.
|
||||
You should now see all three `k3s-django-*` nodes as control plane,etcd,master.
|
||||
|
||||
---
|
||||
|
||||
@@ -227,7 +227,7 @@ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
||||
helm repo update
|
||||
```
|
||||
|
||||
Install ingress-nginx targeting the ingress node group:
|
||||
Install ingress nginx targeting the ingress node group:
|
||||
|
||||
```bash
|
||||
helm install ingress-nginx ingress-nginx/ingress-nginx \
|
||||
@@ -349,4 +349,4 @@ You now have a live NOC for:
|
||||
- Add Loki + Promtail for logs
|
||||
- Add Prometheus alerting rules (node down, high CPU, low disk, etc)
|
||||
- Add Alertmanager integrations (Discord/Slack/email)
|
||||
- Use GitOps (FluxCD or ArgoCD) to manage this repo as the source of truth
|
||||
- Use GitOps (FluxCD or ArgoCD) to manage this repo as the source of truth
|
||||
|
||||
Reference in New Issue
Block a user