From fe9166707dcccc5ddfed0f8f4ddc0be59bdb09f0 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 25 Jul 2024 05:19:59 +0800 Subject: [PATCH] fix(cilium): still endpoint creation issues --- kube/deploy/core/_networking/cilium/app/hr.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kube/deploy/core/_networking/cilium/app/hr.yaml b/kube/deploy/core/_networking/cilium/app/hr.yaml index c420c344..69dccde6 100644 --- a/kube/deploy/core/_networking/cilium/app/hr.yaml +++ b/kube/deploy/core/_networking/cilium/app/hr.yaml @@ -107,7 +107,7 @@ spec: #enabled: true #annotations: # grafana_folder: "Cilium" - eventQueueSize: "10000" # default is 6144 which fills up + eventQueueSize: "25000" # default is 6144 which fills up operator: prometheus: enabled: true @@ -128,7 +128,10 @@ spec: grafana_folder: "Cilium" resources: # for agent limits: - memory: "2Gi" + memory: "3Gi" + debug: # for endpoint creation issue + enabled: true + verbose: "flow kvstore envoy datapath policy" postRenderers: - kustomize: # more reliable probe for endpoint creation issues patches: