Skip to content

Commit

Permalink
multicluster: Increase hubble-event-queue-size
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
michi-covalent committed Oct 1, 2024
1 parent 67bbe54 commit da87c57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/multicluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit da87c57

Please sign in to comment.