-
Notifications
You must be signed in to change notification settings - Fork 920
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(integrations/k8s-using-daemonset): --cri flag correct socket path #1140
Conversation
The libsinsp cri interface prepends (at runtime) the `HOST_ROOT` prefix. Thus, even if the CRI socket has been mounted on `/host/var/run/containerd/containerd.sock`, the correct `--cri` flag value is `/var/run/containerd/containerd.sock`. Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
LGTM label has been added. Git tree hash: a5e277a4b82f1d5b48825cee4b7e504a04bc2e8a
|
/milestone 0.22.0 |
/hold |
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.
IMHO, we can now merge this, then 👉 #1145
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leodido, 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 |
/hold cancel |
See also: - falcosecurity/falco#1140 - https://github.com/falcosecurity/falco/pull/1133/files Co-authored-by: Leonardo Di Donato leodidonato@gmail.com Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
See also: - falcosecurity/falco#1140 - https://github.com/falcosecurity/falco/pull/1133/files Co-authored-by: Leonardo Di Donato leodidonato@gmail.com Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
The libsinsp cri interface prepends (at runtime) the
HOST_ROOT
prefix.Thus, even if the CRI socket has been mounted on
/host/var/run/containerd/containerd.sock
, the correct--cri
flagvalue is
/var/run/containerd/containerd.sock
.Co-authored-by: Lorenzo Fontana lo@linux.com
Signed-off-by: Leonardo Di Donato leodidonato@gmail.com
What type of PR is this?
/kind documentation
Any specific area of the project related to this PR?
/area integrations
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?: