add cilium_hubble_event_buffer_capacity & cilium_hubble_event_queue_size vars (#10943)

This commit is contained in:
peterw
2024-06-24 04:14:56 +01:00
committed by GitHub
parent 647092b483
commit edce2b528d
4 changed files with 25 additions and 0 deletions

View File

@@ -159,6 +159,12 @@ cilium_hubble_install: false
### Enable auto generate certs if cilium_hubble_install: true
cilium_hubble_tls_generate: false
### Capacity of Hubble events buffer. The provided value must be one less than an integer power of two and no larger than 65535
### (ie: 1, 3, ..., 2047, 4095, ..., 65535) (default 4095)
# cilium_hubble_event_buffer_capacity: 4095
### Buffer size of the channel to receive monitor events.
# cilium_hubble_event_queue_size: 50
# The default IP address management mode is "Cluster Scope".
# https://docs.cilium.io/en/stable/concepts/networking/ipam/
cilium_ipam_mode: cluster-pool