mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
Add ip pool
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
apiVersion: cilium.io/v2alpha1
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: pool
|
||||
namespace: kube-system
|
||||
spec:
|
||||
blocks:
|
||||
- start: "192.168.0.201"
|
||||
stop: "192.168.0.250"
|
||||
@@ -4,3 +4,4 @@ kind: Kustomization
|
||||
resources:
|
||||
- cluster-issuer.yaml
|
||||
- cilium-announcement.yaml
|
||||
- ip-pool.yaml
|
||||
|
||||
Reference in New Issue
Block a user