From 771bac7cf83f00de1db8143601e45db4fb32a6a4 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 25 Feb 2023 04:25:33 +0800 Subject: [PATCH] fix(cilium): BGPPeeringPolicy peerAddress in CIDR form Signed-off-by: JJGadgets --- kube/3-deploy/1-core/01-networking/cilium/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/3-deploy/1-core/01-networking/cilium/install.yaml b/kube/3-deploy/1-core/01-networking/cilium/install.yaml index 6c5478ce..f141d0b3 100644 --- a/kube/3-deploy/1-core/01-networking/cilium/install.yaml +++ b/kube/3-deploy/1-core/01-networking/cilium/install.yaml @@ -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