sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

chore: update kepler image to release-0.7.2 #331

Closed BGrasnick closed 6 months ago

BGrasnick commented 7 months ago

fixes #330

Please note that starting from release-0.7.1 libbpf is used as the default. For 0.7.1 there was a separate release-0.7.1-bcc but this is not available for 0.7.2 as of right now. Therefore, I just added release-0.7.2 for both libbpf and non-libbpf (bcc). I am not sure whether we should now invert the behavior of the "kepler.sustainable.computing.io/bpf-attach-method" annotation and make libbpf the default and bcc selectable. This could be handled in a separate issue/PR.

sthaha commented 6 months ago

@BGrasnick, thank you for the patch. This PR required a bit more work to completely switch to using libbpf based kepler image. Hence I have submitted - https://github.com/sustainable-computing-io/kepler-operator/pull/334/files which should help us make a release soon.

I am taking the liberty to close this in favour of #334

BGrasnick commented 6 months ago

Yeah of course, no worries! Was just checking out kepler after some time and realised kepler-operator was not quite up to date with kepler :)

In order to reduce redundant work maybe next time you can create an issue and show that you are working on it? Would be awesome!