Skip to content

Pull requests: cilium/cilium

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

[draft] nodemap: make all mappings bijective to prevent corrupt maps. dont-merge/needs-release-note-label The author needs to describe the release impact of these changes.
#33107 opened Jun 12, 2024 by tommyp1ckles Draft
8 tasks
daemon: remove unnecessary method DebugEnabled kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact.
#33106 opened Jun 12, 2024 by mhofstetter Draft
daemon: remove unused method GetOptions kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact.
#33105 opened Jun 12, 2024 by mhofstetter Loading…
prefilter: move api handler from daemon to prefilter hive cell area/modularization kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
#33104 opened Jun 12, 2024 by mhofstetter Draft
metrics: reduce cardinality of nodeconnectivity metrics dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. kind/community-contribution This was a contribution made by a community member.
#33103 opened Jun 12, 2024 by jshr-w Draft
3 of 8 tasks
lrp: move api handler from daemon to lrp hive cell area/lrp Impacts Local Redirect Policy. area/modularization kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
#33102 opened Jun 12, 2024 by mhofstetter Draft
GwAPI: do not set externalTrafficPolicy on load balancer service when… dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. kind/community-contribution This was a contribution made by a community member.
#33101 opened Jun 12, 2024 by otaconix Loading…
v1.13 Backports 2024-06-12 backport/1.13 This PR represents a backport for Cilium 1.13.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master.
#33100 opened Jun 12, 2024 by giorio94 Draft
1 task done
v1.14 Backports 2024-06-12 backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master.
#33099 opened Jun 12, 2024 by giorio94 Draft
1 of 2 tasks
v1.15 Backports 2024-06-12 backport/1.15 This PR represents a backport for Cilium 1.15.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master.
#33098 opened Jun 12, 2024 by giorio94 Draft
1 of 3 tasks
iptables: Run an initial full reconciliation to avoid spurious startup errors area/iptables Impacts how Cilium interacts with iptables. release-note/bug This PR fixes an issue in a previous release of Cilium.
#33097 opened Jun 12, 2024 by pippolo84 Loading…
gh: e2e-upgrade: disable config 7 area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI.
#33096 opened Jun 12, 2024 by julianwiedmann Loading…
Surface Active Connection Metrics dont-merge/needs-release-note-label The author needs to describe the release impact of these changes.
#33094 opened Jun 12, 2024 by AwesomePatrol Draft
gha: Only retrieve IPv4 CIDR from docker network needs-backport/1.13 This PR / issue needs backporting to the v1.13 branch needs-backport/1.14 This PR / issue needs backporting to the v1.14 branch needs-backport/1.15 This PR / issue needs backporting to the v1.15 branch release-note/ci This PR makes changes to the CI.
#33093 opened Jun 12, 2024 by sayboras Loading…
ingress: Fun with flake area/CI Continuous Integration testing issue or flake release-note/misc This PR makes changes that have no direct user impact.
#33092 opened Jun 12, 2024 by sayboras Draft
ci: make runtime privileged tests not run in parallel release-note/ci This PR makes changes to the CI.
#33091 opened Jun 12, 2024 by marseel Loading…
ipam: cell for IPAM and IPAMRestAPIHandler area/ipam Impacts IP address management functionality. area/modularization kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
#33089 opened Jun 12, 2024 by mhofstetter Loading…
bpf: clean up some unneeded includes kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact. sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages.
#33088 opened Jun 12, 2024 by julianwiedmann Loading…
bpf: move feature-specific maps into their header files kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact. sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages.
#33087 opened Jun 12, 2024 by julianwiedmann Loading…
fqdn: Exit go routines early if datapath update times out area/fqdn Affects the FQDN policies feature kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact. sig/policy Impacts whether traffic is allowed or denied based on user-defined policies.
#33086 opened Jun 12, 2024 by gandro Loading…
bpf: lxc: fix ifindex in TO_ENDPOINT trace notification area/monitor Impacts monitoring, access logging, flow logging, visibility of datapath traffic. dont-merge/preview-only Only for preview or testing, don't merge it. release-note/misc This PR makes changes that have no direct user impact. sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. sig/loader Impacts the loading of BPF programs into the kernel.
#33085 opened Jun 12, 2024 by julianwiedmann Loading…
bpf: encap: fix ifindex in TO_OVERLAY trace notification area/monitor Impacts monitoring, access logging, flow logging, visibility of datapath traffic. release-note/misc This PR makes changes that have no direct user impact. sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages.
#33083 opened Jun 12, 2024 by julianwiedmann Loading…
Introduce granular etcd permissions to access KVstoreMesh cached data area/clustermesh Relates to multi-cluster routing functionality in Cilium. kind/enhancement This would improve or streamline existing functionality. release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
#33082 opened Jun 12, 2024 by giorio94 Draft
[1.13] ci: Add IPsec leak detection for ci-ipsec-e2e backport/1.13 This PR represents a backport for Cilium 1.13.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master.
#33080 opened Jun 12, 2024 by jschwinger233 Draft
1 task
[1.13] Instruct users to manually clean stale routing rules after downgrade area/CI Continuous Integration testing issue or flake area/documentation Impacts the documentation, including textual changes, sphinx, or other doc generation code. area/encryption Impacts encryption support such as IPSec, WireGuard, or kTLS. feature/ipsec Relates to Cilium's IPsec feature
#33079 opened Jun 12, 2024 by jschwinger233 Loading…
ProTip! Exclude everything labeled bug with -label:bug.