-
Notifications
You must be signed in to change notification settings - Fork 78
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(k8smeta): introduce /proc scan to recover the pod uid of threads already spawned #517
Conversation
Signed-off-by: Andrea Terzolo <[email protected]>
Rules files suggestions |
b4d2ab5
to
34b5fba
Compare
Rules files suggestions |
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.
/lgtm
LGTM label has been added. Git tree hash: 7e40b508b8f3b049105fb9198e0119f088dba6c3
|
Thanks for the fix @Andreagit97! |
34b5fba
to
c5b99cc
Compare
Rules files suggestions |
c5b99cc
to
eb88343
Compare
Signed-off-by: Andrea Terzolo <[email protected]>
eb88343
to
67d26fb
Compare
@@ -77,7 +77,7 @@ limitations under the License. | |||
// Generic plugin consts | |||
///////////////////////// | |||
#define PLUGIN_NAME "k8smeta" | |||
#define PLUGIN_VERSION "0.1.0" | |||
#define PLUGIN_VERSION "0.1.1" |
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.
We bumped a patch version of the plugin
Rules files suggestions |
hey @Andreagit97, is this PR ready? |
yes! i removed the [WIP] |
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.
/lgtm
LGTM label has been added. Git tree hash: dcd3c1e88753eab241d35ca59573f4d1a7de208a
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alacuku, Andreagit97, leogr 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
/kind feature
Any specific area of the project related to this PR?
/area plugins
What this PR does / why we need it:
This PR introduces a proc-scan feature in the k8smeta plugin init phase. We need this to collect the pod uid of threads already running when Falco and the k8smeta plugin are started.
Which issue(s) this PR fixes:
Fixes ##514
Special notes for your reviewer: