AwesomePatrol
AwesomePatrol
1. `TickerRateLimiter` is a simple implementation based on time.Ticker suggested in https://go.dev/wiki/RateLimiting. It works by spacing requests in predefined intervals. It doesn't allows bursts although it is fairly easy to...
Sorted member lists and added @kl52752 so there will be at least two persons with approval permissions
As described in https://github.com/cilium/design-cfps/pull/31, this is part of https://github.com/cilium/cilium/issues/31752 Example configuration (in `cilium-config`) for KIND cluster: ``` fixed-zone-mapping: zone-a=123,zone-b=129 enable-active-connection-tracking: "true" ``` where topology labels were set on the nodes:...
## Cilium Feature Proposal ### Active Connection Tracking This proposal was presented during Cilium Developer Summit on 18 March, 2024. **Is your proposed feature related to a problem?** "Advanced" L4...
The first call returns without waiting for a full tick so it should take a minimum 490ms.  This would still be unreliable, so simplified the test to not rely...
This change allows a user to specify a different port for Hubble when using Hubble relay. It seems it is enough to pass port in `Address` field of `ChangeNotification`. This...
The new fields are marked with `[#not-implemented-hide:]` and `work_in_progress` per the guide. Implementation will be added later in a separate PR. Rationale: Current version of LRS protocol uses requests as...
Use collected metrics, like [this](https://github.com/envoyproxy/envoy/blob/main/source/common/listener_manager/active_tcp_socket.cc), to expose new information in LRS protocol added in https://github.com/envoyproxy/envoy/pull/34385
Part of https://github.com/cilium/design-cfps/pull/14 ```release-note Added an experimental xDS client library ```