deploy metallb to internal cluster and rebove ingress
This commit is contained in:
11
cluster/metallb-operator/base/bgp_advertisement.yaml
Normal file
11
cluster/metallb-operator/base/bgp_advertisement.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: BGPAdvertisement
|
||||
metadata:
|
||||
name: bgp-advert
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
aggregationLength: 32
|
||||
aggregationLengthV6: 128
|
||||
ipAddressPools:
|
||||
- bgp-ip-addresspool
|
||||
Reference in New Issue
Block a user