-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing build info in KubeArmor systemd package #1921
Comments
hi @DelusionalOptimist I am just starting with learning the codebase:) if this isnt very urgent and i can take some time, id like to take this up! |
Hi @DelusionalOptimist I have injected build info into the goreleaser. But I cant test it, I am having some problems testing it, particularly while building it in systemd mode. Can I get some guidance on that please!:) |
hey @Atharva-Kanherkar |
Hi, can I just make a pr without testing it? |
@Atharva-Kanherkar sure. u can create a draft pr |
Hello, @DelusionalOptimist , These are the logs I am getting currently, can you please confirm this is what we wanted with the issue : |
@Atharva-Kanherkar looks like its working fine now. can u raise the PR? |
Bug Report
General Information
uname -a
) - NAkubectl version
, ...) - NATo Reproduce
sudo journalctl -xeu kubearmor.service -f
and try to look forBUILD-INFO
.. you won't find it.Expected behavior
Build info should be present in the logs... it would look something like below
This information comes from
govvv
. It's already present in KubeArmor's K8s image because we inject it while building - https://github.com/kubearmor/KubeArmor/blob/main/KubeArmor/Makefile#L35Need to do the same in goreleaser - https://github.com/kubearmor/KubeArmor/blob/main/KubeArmor/.goreleaser.yaml
The text was updated successfully, but these errors were encountered: