cilium lb ipam ips

This commit is contained in:
Joseph Hanson 2025-01-06 07:22:54 -06:00
parent c73a543a70
commit 97f0ffab8f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 3 additions and 1 deletions

View file

@ -19,4 +19,5 @@ metadata:
spec: spec:
allowFirstLastIPs: "Yes" allowFirstLastIPs: "Yes"
blocks: blocks:
- cidr: "10.5.0.0/16" - start: 10.5.0.10
stop: 10.5.0.40

View file

@ -32,6 +32,7 @@ spec:
type: LoadBalancer type: LoadBalancer
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: "internal.jahanson.tech" external-dns.alpha.kubernetes.io/hostname: "internal.jahanson.tech"
lbipam.cilium.io/ips: "10.5.0.10"
externalTrafficPolicy: Cluster externalTrafficPolicy: Cluster
publishService: publishService: