Skip to content

Commit

Permalink
docs: k8s-filtering: small updates
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Mar 25, 2024
1 parent 73aea36 commit 197cff4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Tetragon is configured via [TracingPolicies]({{< ref "/docs/concepts/tracing-pol
speaking, TracingPolicies define _what_ situations Tetragon should react to and _how_. The _what_
can be, for example, specific system calls with specific argument values. The _how_ defines what
action the Tetragon agent should perform when the specified situation occurs. The most common action
is generating an event, but there are others (e.g., returning an error without executing a function,
is generating an event, but there are others (e.g., returning an error without executing the function,
or killing the corresponding process).

Here we discuss how to apply tracing policies only on a subset of pods running on the system via
Expand Down Expand Up @@ -61,7 +61,6 @@ minikube ssh -- sudo mount bpffs -t bpf /sys/fs/bpf
helm install --namespace kube-system \
--set tetragonOperator.image.override=cilium/tetragon-operator:latest \
--set tetragon.image.override=cilium/tetragon:latest \
--set tetragon.enablePolicyFilter="true" \
--set tetragon.grpc.address="unix:///var/run/cilium/tetragon/tetragon.sock" \
tetragon ./install/kubernetes/tetragon
```
Expand Down

0 comments on commit 197cff4

Please sign in to comment.