Tom
Tom
Fixes: #8179 Adding event log buffers features, which allows storing of bpf map events in a ring buffers of a specified size. This also includes CLI/API server implementations for fetching...
## Cilium Feature Proposal **Is your feature request related to a problem?** The Cilium metrics documentation is not up to date with the state of Cilium source code (both for...
Building on the current implementation, this re-implements the modular health reporting using statedb, as well as re-imagining the data model for storing health data: * Global Statedb means we can...
Adds test coverage for bpf-masquerade (as well as any other IP masquerading mode) via connectivity tests. Currently this is done via Ginkgo runtime tests in cilium/cilium. To accommodate this, and...
Recently there's been failures running EKS clusters with k8s 1.24: `Error: --region=ca-west-1 is not supported - use one of: us-west-1, ...` This could be related to ca-west being a newer...
Adds nat/stats which adds a module that computes stats for nat maps. This uses the batched iteration of the nat map added in previous commits to count the number of...
## CI failure **Link**: https://github.com/cilium/cilium/actions/runs/8330407882/job/22795552306 **Sysdump**: [cilium-sysdumps(60).zip](https://github.com/cilium/cilium/files/14643200/cilium-sysdumps.60.zip) ``` • Failure [286.470 seconds] K8sDatapathServicesTest /home/runner/work/cilium/cilium/test/ginkgo-ext/scopes.go:461 Checks N/S loadbalancing /home/runner/work/cilium/cilium/test/ginkgo-ext/scopes.go:461 With host policy /home/runner/work/cilium/cilium/test/ginkgo-ext/scopes.go:461 Tests NodePort [It] /home/runner/work/cilium/cilium/test/ginkgo-ext/scopes.go:515 Request from kind-control-plane to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? ## Background The global instance of `*option.DaemonConfig` (i.e.`option.Config`) is our legacy...
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) - [ ] All code is covered by...