From 479cf2ebf4b29e15a804837d18806a0ebe6b4c4a Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 25 Feb 2023 03:54:23 +0800 Subject: [PATCH] fix(cilium): disable CiliumBGPPeeringPolicy, CRD missing Signed-off-by: JJGadgets --- .../1-core/01-networking/cilium/install.yaml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 af264006..1c46cd93 100644 --- a/kube/3-deploy/1-core/01-networking/cilium/install.yaml +++ b/kube/3-deploy/1-core/01-networking/cilium/install.yaml @@ -1,18 +1,18 @@ ---- -apiVersion: cilium.io/v2alpha1 -kind: CiliumBGPPeeringPolicy -metadata: - name: home-opnsense-main -spec: - nodeSelector: - matchLabels: - kubernetes.io/os: "linux" - virtualRouters: - - localASN: "${ASN_CLUSTER}" - exportPodCIDR: true - neighbors: - - peerAddress: "${IP_ROUTER_VLAN_K8S}" - peerASN: "${ASN_ROUTER}" +# --- +# apiVersion: cilium.io/v2alpha1 +# kind: CiliumBGPPeeringPolicy +# metadata: +# name: home-opnsense-main +# spec: +# nodeSelector: +# matchLabels: +# kubernetes.io/os: "linux" +# virtualRouters: +# - localASN: "${ASN_CLUSTER}" +# exportPodCIDR: true +# neighbors: +# - peerAddress: "${IP_ROUTER_VLAN_K8S}" +# peerASN: "${ASN_ROUTER}" --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease