AwesomePatrol

Results 18 issues of 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...

approved
size/L
do-not-merge/hold

Sorted member lists and added @kl52752 so there will be at least two persons with approval permissions

size/S

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:...

sig/datapath
release-note/major
feature/conntrack

## 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...

kind/feature

The first call returns without waiting for a full tick so it should take a minimum 490ms. ![image](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/assets/8083990/c99fb4c2-a0c0-424c-890b-e8f4e2dde128) This would still be unreliable, so simplified the test to not rely...

size/S

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...

release-note/minor
sig/hubble

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...

api

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

enhancement
area/load reporting

Part of https://github.com/cilium/design-cfps/pull/14 ```release-note Added an experimental xDS client library ```

release-note/major
area/servicemesh