【发布时间】:2022-08-05 04:38:26
【问题描述】:
在 Digital Ocean 管理的 kubernetes 上安装 falco 时。我收到以下错误
Runtime error: can\'t open BPF probe \'/root/.falco/falco-bpf.o\': Errno 2. Exiting. I know this is caused because the ebpf probe was not installed on the cluster nodes.
但是当我尝试在没有 ebpf 探针的情况下安装时,我收到以下错误
Unable to load the driver. Runtime error: error opening device /host/dev/falco0. Make sure you have root credentials and that the falco module is loaded.. Exiting.
我们必须通过 ssh 到节点手动安装 falco 和驱动程序。之后,我们也可以使用内核模块仅在没有 ebpf 探针的情况下进行安装。有没有人面临同样的问题?如果不对节点执行 ssh,是否有任何解决方案?
Falco 版本:最新 系统信息:工作节点 Debian 10 Linux 内核 5.10.0 云提供商或硬件配置:3 个 vCPU、6GB 内存、150 GB 磁盘 操作系统:Debian 10 内核:Linux 5.10.0 安装方式:源码
标签: kubernetes digital-ocean falco