Skip to content

Commit

Permalink
github: Increase hubble-event-queue-size
Browse files Browse the repository at this point in the history
Fixes: #2806

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Sep 27, 2024
1 parent 2115e2c commit b4124a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ jobs:
--set cluster.name="${{ env.clusterName }}" \
--set bpf.monitorAggregation=none \
--set loadBalancer.l7.backend=envoy \
--set tls.secretsBackend=k8s
--set tls.secretsBackend=k8s \
--set hubble.eventQueueSize=65536
# Enable Relay
cilium hubble enable
Expand Down

0 comments on commit b4124a3

Please sign in to comment.