-
Notifications
You must be signed in to change notification settings - Fork 912
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
fix(userspace/falco): use container_engines.cri.sockets in load_yaml #3453
fix(userspace/falco): use container_engines.cri.sockets in load_yaml #3453
Conversation
Welcome @zayaanmoez! It looks like this is your first PR to falcosecurity/falco 🎉 |
/milestone 0.40.0 |
Great catch! Thank you! |
LGTM label has been added. Git tree hash: 01d5b62c2f6bb65e6537ca079b63fd5df737e6f0
|
Ehy @zayaanmoez can you rebase on latest Falco master? It will fix the ci! Thank you very much! |
43ff0ff
to
72b8dd9
Compare
Signed-off-by: Zayaan Moez <[email protected]>
72b8dd9
to
68b5c67
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: 0f674e953256617003831bf0d06cac77d31f9a66
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FedeDP, zayaanmoez The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area engine
What this PR does / why we need it:
Since falco 0.39.0, the cri flag is deprecated but the recommended flag
-o container_engines.cri.sockets[]=<socket_path>
or the config file sockets values are not being applied since falco is trying to load the values fromcontainer_engines.cri.cri
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Yes