From c7985586cda62289ca1f02de259e802505777077 Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Mon, 25 Mar 2024 18:54:24 +0100 Subject: [PATCH] DO-NOT-MERGE: test Signed-off-by: Mahe Tardy --- docs/content/en/docs/getting-started/file-events.md | 1 + docs/content/en/docs/getting-started/install-docker.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/file-events.md b/docs/content/en/docs/getting-started/file-events.md index 5c978545170..1b211b11022 100644 --- a/docs/content/en/docs/getting-started/file-events.md +++ b/docs/content/en/docs/getting-started/file-events.md @@ -13,6 +13,7 @@ remains low even on busy systems. The following extends the example from Execution Tracing with a policy to monitor sensitive files in Linux. The policy used is the [`file_monitoring.yaml`](https://github.com/cilium/tetragon/blob/main/examples/quickstart/file_monitoring.yaml) +[`file_monitoring.yaml`](https://github.com/cilium/tetragon/blob/main/examples/quickstart/file_monitoringss.yaml) it can be reviewed and extended as needed. Files monitored here serve as a good base set of files. diff --git a/docs/content/en/docs/getting-started/install-docker.md b/docs/content/en/docs/getting-started/install-docker.md index 349ed1e67ab..06be798170a 100644 --- a/docs/content/en/docs/getting-started/install-docker.md +++ b/docs/content/en/docs/getting-started/install-docker.md @@ -8,7 +8,6 @@ aliases: ["/docs/tutorials/try-tetragon-linux"] {{< note >}} This guide has been tested on Ubuntu 22.04 and 22.10 with respectively kernel `5.15.0` and `5.19.0` on amd64 and arm64 but -[any recent distribution](https://github.com/libbpf/libbpf#bpf-co-re-compile-once--run-everywhere) shipping with a relatively recent kernel should work. See the FAQ for further details on the [recommended kernel versions]({{< ref "/docs/faq#what-is-the-minimum-linux-kernel-version-to-run-tetragon" >}}). @@ -29,6 +28,8 @@ docker run --name tetragon-container --rm --pull always \ quay.io/cilium/tetragon-ci:latest ``` +https://examples.com/ + This will start Tetragon in a privileged container. Priviliges are required to load and attach BPF programs. See Installation section for more details.