some changes ;-)

This commit is contained in:
Jan Novak
2024-07-20 20:35:19 +02:00
parent 8c63e3f7f8
commit f28d2bc030
5 changed files with 23 additions and 4 deletions

View File

@@ -9,4 +9,7 @@ ipam:
mode: cluster-pool
operator:
clusterPoolIPv4MaskSize: 24
clusterPoolIPv4PodCIDRList: "10.96.0.0/16"
clusterPoolIPv4PodCIDRList: "10.96.0.0/16"
l2announcements:
enabled: true
interface: eth1

View File

@@ -0,0 +1,9 @@
apiVersion: "cilium.io/v2alpha1"
kind: CiliumLoadBalancerIPPool
metadata:
name: cilium-lb-ipam
namespace: kube-system
spec:
cidrs:
- start: "192.168.0.31"
- stop: "192.168.0.39"