Martynas Pumputis

Results 56 issues of Martynas Pumputis

If https://kubernetes.io/docs/concepts/services-networking/dual-stack/ is enabled, set `--helm-set=ipv6.enabled=true ` when installing Cilium via `cilium install`.

kind/feature
help wanted

See commit msgs. TL;DR the following flag support has been added to the pkg/lb: - `EnableHostPort` (to-be removed in v1.19) - `EnableSessionAffinity` (to-be removed in v1.19) - `EnableSVCSourceRangeCheck` (to-be removed...

release-note/minor
area/loadbalancing
release-blocker/1.18

I was expecting that pwru is able to track BPF helpers called by XDP progs when running with `--filter-trace-xdp --filter-track-bpf-helpers`. That turned to be not the case. The `--filter-track-bpf-helpers` relies...

enhancement

Currently we include vmlinux.h for each arch we support. However, @dylandreimerink pointed out that we don't need to: > Technically you don't even need vmlinux headers at all, just types...