Created
July 4, 2025 10:02
-
-
Save k4mrul/e462957521e4d0714a2e50090e9eccfd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: "cilium.io/v2alpha1" | |
kind: CiliumLoadBalancerIPPool | |
metadata: | |
name: "basic-pool" | |
spec: | |
blocks: | |
- cidr: "10.42.42.0/24" | |
--- | |
apiVersion: "cilium.io/v2alpha1" | |
kind: CiliumL2AnnouncementPolicy | |
metadata: | |
name: basic-policy | |
spec: | |
interfaces: | |
- ^eth[0-9]+ | |
- ^ens[0-9]+ | |
externalIPs: true | |
loadBalancerIPs: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment