Skip to content

Commit

Permalink
add ippool and remove bgpconf
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Aug 26, 2024
1 parent a29af12 commit 9ed4d7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 0 additions & 8 deletions calico/bgpconf.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions calico/ippool.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: projectcalico.org/v3
kind: IPPool
metadata:
name: blue-pool
spec:
ranges:
- cidr: "10.0.10.0/24"
- cidr: "2004::0/64"
2 changes: 1 addition & 1 deletion calico/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resources:
- bgpconf.yaml
- ippool.yaml

0 comments on commit 9ed4d7c

Please sign in to comment.