Compare commits
2 Commits
5708f841e7
...
9695376a0a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9695376a0a | ||
|
|
84fd560675 |
@@ -35,8 +35,18 @@ data:
|
||||
key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI3MTA1ZmE1MDA5ZTA0MDQxYTc0NzUxZmUwM2NhYWMwZiIsImlhdCI6MTc0NTcxMDY3OCwiZXhwIjoyMDYxMDcwNjc4fQ.EI6-Husovb1IYpVn5RBy8pJ7bcESQHDzIbS22_5abUs
|
||||
- Zigbee2MQTT:
|
||||
icon: zigbee2mqtt.png
|
||||
href: http://muckibude.fritz.box:8383/#/
|
||||
href: http://muckibude.fritz.box:8383
|
||||
description: Zigbee2MQTT is awesome
|
||||
- Pihole:
|
||||
icon: pi-hole.png
|
||||
href: http://pi.hole
|
||||
description: Pi-hole
|
||||
widgets:
|
||||
- type: pihole
|
||||
url: http://pi.hole
|
||||
version: 6
|
||||
key: 5ipI9bvB
|
||||
|
||||
|
||||
- My Second Group:
|
||||
- Proxmox pve-81:
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user