mirror of
https://github.com/zoriya/snow.git
synced 2026-08-05 05:48:46 +00:00
Upadate ip pool
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user