migrate workers to infra vlan, use bgp for calico, use calico for lb service annoucements

This commit is contained in:
2024-08-14 18:15:04 +03:00
parent 351f0ae746
commit 9bf5e2408a
7 changed files with 80 additions and 37 deletions

View File

@@ -26,19 +26,7 @@ metadata:
namespace: metallb-system
spec:
addresses:
- 172.20.51.0/24
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: zoo
namespace: metallb-system
spec:
ipAddressPools:
- zoo
- bind-secondary-external
- bind-secondary-internal
- wildduck
- 172.21.51.0/24
---
# Slice of public EEnet subnet using MetalLB L3 method
apiVersion: metallb.io/v1beta1
@@ -67,7 +55,7 @@ metadata:
namespace: metallb-system
spec:
addresses:
- 172.20.53.0/24
- 172.21.53.0/24
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
@@ -99,13 +87,3 @@ spec:
passwordSecret:
name: mikrotik-router
namespace: metallb-system
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: public
namespace: metallb-system
spec:
ipAddressPools:
- eenet
- elisa