Skip to content

Commit

Permalink
test: temporary increase Hubble buffer size to 64k
Browse files Browse the repository at this point in the history
Temporary increase the Hubble buffer size in order to capture more
flows. This will hopefully help us understand why the
K8sEgressGatewayTest is occasionally failing (#18012)

Signed-off-by: Gilberto Bertin <gilberto@isovalent.com>
  • Loading branch information
jibi authored and borkmann committed Nov 30, 2021
1 parent e38e3c4 commit aef5002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helpers/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ var (
"hubble.relay.image.repository": "k8s1:5000/cilium/hubble-relay",
"hubble.relay.image.tag": "latest",
"hubble.relay.image.useDigest": "false",
"hubble.eventBufferCapacity": "65535",
"debug.enabled": "true",
"k8s.requireIPv4PodCIDR": "true",
"pprof.enabled": "true",
Expand Down

0 comments on commit aef5002

Please sign in to comment.