cilium lb ipam ips
This commit is contained in:
parent
c73a543a70
commit
97f0ffab8f
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Reference in a new issue