-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Closed as not planned
Copy link
Labels
area/bgpImpacts the Border Gateway Protocol feature.Impacts the Border Gateway Protocol feature.area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.area/loadbalancingImpacts load-balancing and Kubernetes service implementationsImpacts load-balancing and Kubernetes service implementationskind/cfpCilium Feature ProposalCilium Feature Proposalkind/featureThis introduces new functionality.This introduces new functionality.staleThe stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.
Description
Cilium Feature Proposal
Support advertising services as summarized routes
Is your proposed feature related to a problem?
I was deploying cillium with bgp control plane + bgp service advertisment and was requested by an external network team to advertise a /24 for all services instead of individual /32's (per service)
Describe the feature you'd like
Allow cilium to summarize service advertisements
(Optional) Describe your proposed solution
provide a summarization option under the CiliumLoadBalancerIPPool which summarizes any address to the pool supernet when advertised
apiVersion: "cilium.io/v2alpha1"
kind: CiliumLoadBalancerIPPool
metadata:
name: "lab-pool"
spec:
summarize: true <------- new option which will then summarize any service to the block address when advertised
blocks:
- cidr: "10.100.11.0/24"
vmotov, kazhikumarov and Anurag252
Metadata
Metadata
Assignees
Labels
area/bgpImpacts the Border Gateway Protocol feature.Impacts the Border Gateway Protocol feature.area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.area/loadbalancingImpacts load-balancing and Kubernetes service implementationsImpacts load-balancing and Kubernetes service implementationskind/cfpCilium Feature ProposalCilium Feature Proposalkind/featureThis introduces new functionality.This introduces new functionality.staleThe stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.