Last active
October 29, 2023 02:04
-
-
Save stephenlauck/86252a6e40a45926e52766dc270124c4 to your computer and use it in GitHub Desktop.
Cilium ippool
This file contains 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: "podinfo-pool" | |
spec: | |
cidrs: | |
- cidr: "172.16.0.0/24" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment