You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: