sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

feat: switch completely to libbpf kepler image #334

Closed sthaha closed 6 months ago

sthaha commented 6 months ago

With Kepler release 0.7, the default kepler image has switched to using libbpf based ebpf attacher. This removes the need for supporting the libbpf hack and switch completely using that.

This commit makes the following changes

Fixes #330 Signed-off-by: Sunil Thaha sthaha@redhat.com

BGrasnick commented 6 months ago

Perfect, thank you!