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
containerd:
# -- Enable ContainerD support. enabled: true# -- The paths to look for a ContainerD socket. The first match will be used.socket: [/run/containerd/containerd.sock, /run/k3s/containerd/containerd.sock]
Alternatives
The alternative would be to add a config node for each specific case (e.g., k3s). However, this is overkill and will not allow flexibility.
Additional context
The text was updated successfully, but these errors were encountered:
Motivation
We already support multiple containerd socket paths in Falco 👇
https://github.com/falcosecurity/libs/blob/34371e18cafa429107cf5d600bad5fd0c44718ab/userspace/libsinsp/container_engine/cri.cpp#L64-L68
This is not currently supported by the Falco chart.
This would particularly enable k3s by default but also allow users to add multiple paths in case their use case requires that.
Feature
Make the
containerd.socket
accept an array of paths. For example:charts/charts/falco/values.yaml
Lines 266 to 270 in 8653678
👇
Alternatives
The alternative would be to add a config node for each specific case (e.g., k3s). However, this is overkill and will not allow flexibility.
Additional context
The text was updated successfully, but these errors were encountered: