Update cluster-setup.md

This commit is contained in:
Chase Dumphord
2026-05-21 23:41:29 -05:00
committed by GitHub
parent bf7106bb74
commit f3caea7f54
+3 -3
View File
@@ -95,7 +95,7 @@ Verify from `k3s-django-1`:
kubectl get nodes -o wide 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 helm repo update
``` ```
Install ingress-nginx targeting the ingress node group: Install ingress nginx targeting the ingress node group:
```bash ```bash
helm install ingress-nginx ingress-nginx/ingress-nginx \ 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 Loki + Promtail for logs
- Add Prometheus alerting rules (node down, high CPU, low disk, etc) - Add Prometheus alerting rules (node down, high CPU, low disk, etc)
- Add Alertmanager integrations (Discord/Slack/email) - 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