fix(cilium): BGPPeeringPolicy peerAddress in CIDR form

Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
JJGadgets
2023-02-25 04:25:33 +08:00
parent a35694bd3a
commit 771bac7cf8

View File

@@ -11,7 +11,7 @@ spec:
- localASN: ${ASN_CLUSTER}
exportPodCIDR: true
neighbors:
- peerAddress: "${IP_ROUTER_VLAN_K8S}"
- peerAddress: "${IP_ROUTER_VLAN_K8S}/32"
peerASN: ${ASN_ROUTER}
# ---
# apiVersion: v1