diff --git a/cluster-setup.md b/cluster-setup.md index 5eb5047..6bef23a 100644 --- a/cluster-setup.md +++ b/cluster-setup.md @@ -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 \ No newline at end of file +- Use GitOps (FluxCD or ArgoCD) to manage this repo as the source of truth