Open k8spacket opened 1 year ago
Hey @k8spacket, thank you for opening this issue! This is strange, as I can see it was pushed with the latest release:
SUCCESS Pushing image ghcr.io/solo-io/bumblebee/tcpconnlat:0.0.14 to remote registry
However, I get the same as you. We will look into it, in the meantime, you can work this out by building the image locally and use that, like this:
root@master:~# bee build tcpconnlat.c tcpconnlat:v1
SUCCESS Successfully compiled "tcpconnlat.c" and wrote it to "tcpconnlat.o"
SUCCESS Saved BPF OCI image to tcpconnlat:v1
root@master:~# bee run tcpconnlat:v1
SUCCESS Fetching program from registry: tcpconnlat:v1
Version
0.0.14
Linux Version
5.15.0-1022-aws
Describe the bug
Hi solo.io, great job!
Example from link https://github.com/solo-io/bumblebee/tree/main/examples/tcpconnlat doesn't work.
There isn't the
tcpconnlat
image in the packages on GitHub: https://github.com/orgs/solo-io/packagesSteps to reproduce the bug
bee run ghcr.io/solo-io/bumblebee/tcpconnlat:$(bee version)
Expected Behavior
Program is started
Additional Context
No response