From fecf517229e0e03b5f5464aad4e5394e06687fc7 Mon Sep 17 00:00:00 2001 From: slayer321 Date: Wed, 9 Feb 2022 21:29:57 +0530 Subject: [PATCH] Update documentation to install latest version of bcc Signed-off-by: slayer321 --- getting-started/kubearmor_vm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getting-started/kubearmor_vm.md b/getting-started/kubearmor_vm.md index 9536a65e87..0986e39920 100644 --- a/getting-started/kubearmor_vm.md +++ b/getting-started/kubearmor_vm.md @@ -7,6 +7,8 @@ This recipe explains how to use KubeArmor directly on VM/Bare-Metal host and was 1. Download the [latest release of KubeArmor](https://github.com/kubearmor/KubeArmor/releases) 2. Install KubeArmor `sudo apt install ./kubearmor_${VER}_linux-amd64.deb` ... where VER is the kubearmor release version. This will automatically install the required dependencies. +> Note: We automatically install `bpfcc-tools` with our package, your distribution might have an older version of BCC so consider installing BCC from [source](https://github.com/iovisor/bcc/blob/master/INSTALL.md#source) in case of errors. +
For distributions other than Ubuntu/Debian