Skip to content
#

ebpf

Here are 322 public repositories matching this topic...

fgksgf
fgksgf commented May 18, 2022

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

We should provide multi-architecture Docker images of skywalking-eyes, just like other SkyWalking sub-projects.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • [
docker good first issue license eye
danobi
danobi commented May 9, 2020

Seems we have some language features not fully documented (like bitshift operators in #1322).

Would be good to go through language grammar and make sure everything is in the reference guide.

good first issue docs
bpschmitt
bpschmitt commented Jun 15, 2022

Describe the bug
I'm attempting to deploy Pixie into a k3s cluster which is listed as supported in the Pixie docs.

The Cluster type is supported check passes, but then fails later saying the cluster type isn't in the list of known supported types.

I'm able to manually proceed with the dep

good first issue priority/important-soon triage/accepted area/cli
p-e-w
p-e-w commented May 23, 2021

It appears that the RedBPF toolchain imposes currently undocumented restrictions on map value types that go beyond those expressed by the generic constraints:

  • All variants of an enum must have the same size in memory.
  • Struct fields are (mostly?) required to be aligned to multiples of 32 bits, though sometimes 64-bit alignment is required, and some structs don't work at all despite their fi
help wanted good first issue
nyrahul
nyrahul commented Mar 3, 2022

Feature Request

Short Description

Currently, the system tests that we have are all based on k8s environment. We need few tests in systemd mode as well. The tests should atleast cover:

  1. running kubearmor in systemd mode
  2. applying sample policy using karmor
  3. verifying alerts using karmor on violation of those policies

Describe the solution you'd like

Task involved:

enhancement good first issue
tanjunchen
tanjunchen commented Jun 18, 2022

Bug Description

【question】

   pilot-agent-69571   [006] d... 270197.943731: bpf_trace_printk: [debug] get current pod ip error
     pilot-agent-69571   [006] d... 270197.943738: bpf_trace_printk: [debug] call from sidecar container: cookie: 780438927, ip: 0xa9fcf8ac, port: 8080
     pilot-agent-91591   [030] d... 270198.324635: bpf_trace_printk: [debug] get current pod ip error
     
good first issue

Improve this page

Add a description, image, and links to the ebpf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ebpf topic, visit your repo's landing page and select "manage topics."

Learn more