Timo Beckers
Timo Beckers
@alban Please give https://github.com/cilium/ebpf/pull/1590 a try instead. `KernelModuleTypes` is kind of bolted on as it is and I'd rather not touch it unless it's for refactoring, e.g. moving more of...
Superseded by https://github.com/cilium/ebpf/pull/1590.
`cilium-agent level=fatal msg="Unable to initialize service maps" error="Unable to create map /sys/fs/bpf/tc/globals/cilium_lb4_reverse_sk: cannot allocate memory" subsys=daemon` This likely means the Cilium pods are running out of memory on those nodes....
@aanm Shouldn't this issue be in the cilium-cli repo? I'm seeing a few issues specific to cilium-cli here and I'm not sure where to route them.
Sorry, this situation is unlikely to change until we drop support for pre-5.0 kernels. If there are any other ideas aside from uname parsing, I'm all ears. Closing for now.
I'd like to get this behaviour back in some form. To me, it's rather surprising that no lines are emitted until `go test` has returned. Travis CI kills jobs that...
@rgo3 I've added some notes at https://github.com/cilium/cilium/issues/41746#issuecomment-3607619465. This became a bit simpler in that we don't want to use spew but write out our own machine-readable format (json for now)...
> The output of a config dump now looks like this: > > ``` > root@kind-control-plane:/home/cilium# cat /var/run/cilium/state/dp_config/devices/eth0/bpf_network.json > {"AllowIcmpFragNeeded":true,"DeviceMTU":1500,"EnableExtendedIPProtocols":false,"EnableIcmpRule":true,"EnableL2Announcements":false,"EnableNetkit":false,"EnableNoServiceEndpointsRoutable":true,"EnableRemoteNodeMasquerade":false,"EthHeaderLength":14,"HostEpID":2203,"InterfaceIfindex":595,"InterfaceMAC":[2,66,172,18,0,2,0,0],"L2AnnouncementsMaxLiveness":0,"NATIPv4Masquerade":[0,0,0,0],"NATIPv6Masquerade":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"SecurityLabel":1,"VtepMask":0,"WgIfindex":0,"WgPort":0,"DirectRoutingDevIfindex":0,"HybridRoutingEnabled":false,"PolicyDenyResponseEnabled":false,"RouterIPv6":[253,0,0,16,2,68,0,0,0,0,0,0,0,0,179,77],"ServiceLoopbackIPv4":[169,254,42,1],"ServiceLoopbackIPv6":[254,128,0,0,0,0,0,0,0,0,0,0,0,0,0,1],"SupportsFibLookupSkipNeigh":true,"TracePayloadLen":128,"TracePayloadLenOverlay":192,"TracingIPOptionType":0} > ``` Unfortunately, this will make replaying ELF loads more...
@liuchangyan Have you considered using a bpf ringbuf instead of a perf event map? It's much less complicated to consume from user space since there's only 1 ring, which also...
@xmulligan Good catch, we can change the heading to ### [ebpf-go-reviewers](https://github.com/orgs/cilium/teams/ebpf-go-reviewers/members) and [ebpf-go-windows-reviewers](https://github.com/orgs/cilium/teams/ebpf-go-windows-reviewers/members)