Upadate ip pool

This commit is contained in:
2026-07-12 17:24:05 +02:00
parent 688c6393c7
commit 2849802a8e
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
```bash
talhelper genconfig
talhelper gencommand apply --extra-flags --insecure | sh
talosctl bootstrap -n 192.168.0.200 -e 192.168.0.200
talosctl bootstrap -n 192.168.1.200 -e 192.168.1.200
talosctl kubeconfig
helm repo add cilium https://helm.cilium.io/
helm upgrade -i cilium cilium/cilium \
--version 1.17.5 \
--version 1.19.5 \
--namespace kube-system \
--values ./cilium-values.yaml
+2 -2
View File
@@ -5,5 +5,5 @@ metadata:
namespace: kube-system
spec:
blocks:
- start: "192.168.0.201"
stop: "192.168.0.250"
- start: "192.168.1.201"
stop: "192.168.1.250"
+2 -2
View File
@@ -48,8 +48,8 @@ ingressController:
loadbalancerMode: shared
service:
annotations:
lbipam.cilium.io/ips: 192.168.0.201
lbipam.cilium.io/ips: 192.168.1.201
gatewayAPI:
enabled: true