update docu
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
Metallb Installation
|
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/
|
https://canthonyscott.com/setting-up-a-k3s-kubernetes-cluster-within-proxmox/
|
||||||
|
|
||||||
Following https://metallb.universe.tf/installation/ (0.14.3)
|
Following https://metallb.universe.tf/installation/ (0.14.3)
|
||||||
|
|||||||
@@ -11,7 +11,10 @@ Use for `helm` values:
|
|||||||
https://github.com/cablespaghetti/k3s-monitoring/blob/master/kube-prometheus-stack-values.yaml
|
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
|
Accessing UIs via PortForwarding
|
||||||
|
|||||||
Reference in New Issue
Block a user