Quang Nguyen
Quang Nguyen
 https://github.com/cilium/cilium/blob/2e57d3c934b9f62b9558807faf4af1e18ef18a72/pkg/endpointmanager/config.go#L19 This is controlling the periodic interval for regeneration, maybe this should be set to something much higher? The default is 2 minutes.
# Description The endpoint watcher now monitors netlink for veth creation and deletion events, rather than sampling the list of veth interfaces every 30 seconds. This change greatly reduces the...
It might be a good time to add the CODEOWNERS file and create associated SIGs. Some ideas: - sig-datapath - sig-operator - sig-windows - ???
This patch fixes the operator precedence compilation warning when evaluating whether a packet is a SYN-ACK. This fix then introduced a stack size too large error, in which this patch...
This patch updates the bpf header files from upstream libbpf, as well as introduce Make commands to help updating these files in the future. Also update the Dockerfiles for building...
# Description This PR fixes the issue where service IPs are not being resolved in the Hubble relay's flow logs and app names are not showing up on Hubble UI....
As title. Derived from the ztunnel config. Please ensure your pull request adheres to the following guidelines: - [ ] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) -...