From 3cde1b73295399f35c2c1f60c5330c4efbf21627 Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki Date: Tue, 1 Oct 2024 22:28:19 +0000 Subject: [PATCH] multicluster: Increase hubble-event-queue-size Multicluster workflow started hitting the same issue as #2806 [^1]. [^1]: https://github.com/cilium/cilium-cli/actions/runs/11133691166/job/30941326039?pr=2822#step:17:1261 Signed-off-by: Michi Mutsuzaki --- .github/workflows/multicluster.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multicluster.yaml b/.github/workflows/multicluster.yaml index 2cca04702b..9a5a372767 100644 --- a/.github/workflows/multicluster.yaml +++ b/.github/workflows/multicluster.yaml @@ -194,7 +194,8 @@ jobs: --set cluster.name="${{ env.clusterName1 }}" \ --set cluster.id=1 \ --set bpf.monitorAggregation=none \ - --set ipv4NativeRoutingCIDR=10.0.0.0/9 + --set ipv4NativeRoutingCIDR=10.0.0.0/9 \ + --set hubble.eventQueueSize=65536 # Copy the CA cert from cluster1 to cluster2 kubectl --context ${{ steps.contexts.outputs.cluster1 }} get secrets -n kube-system cilium-ca -oyaml \ @@ -212,7 +213,8 @@ jobs: --set cluster.name="${{ env.clusterName2 }}" \ --set cluster.id=2 \ --set bpf.monitorAggregation=none \ - --set ipv4NativeRoutingCIDR=10.0.0.0/9 + --set ipv4NativeRoutingCIDR=10.0.0.0/9 \ + --set hubble.eventQueueSize=65536 # Enable Relay cilium --context "${{ steps.contexts.outputs.cluster1 }}" hubble enable