diff --git a/Metallb_Setup/README.md b/Metallb_Setup/README.md index d8b6ce2..de5ab45 100644 --- a/Metallb_Setup/README.md +++ b/Metallb_Setup/README.md @@ -1,5 +1,13 @@ Metallb Installation +## Used IP Range + +Metallb will advertise IPs of the range: +192.168.178.226-192.168.178.240 + +First Address x.x.x.226 will be the traefik reverse proxy deployment. + + https://canthonyscott.com/setting-up-a-k3s-kubernetes-cluster-within-proxmox/ Following https://metallb.universe.tf/installation/ (0.14.3) diff --git a/prometheus-stack/README.md b/prometheus-stack/README.md index f273413..8075d7f 100644 --- a/prometheus-stack/README.md +++ b/prometheus-stack/README.md @@ -11,7 +11,10 @@ Use for `helm` values: https://github.com/cablespaghetti/k3s-monitoring/blob/master/kube-prometheus-stack-values.yaml ``` -helm upgrade --install prometheus prometheus-community/kube-prometheus-stack --create-namespace --namespace monitoring --values kube-prometheus-stack-values.yaml +helm upgrade --install prometheus prometheus-community/kube-prometheus-stack \ + --create-namespace \ + --namespace monitoring \ + --values kube-prometheus-stack-values.yaml ``` Accessing UIs via PortForwarding