Skip to content

Commit 9a88ebc

Browse files
d-crypticmtardy
authored andcommitted
docs: fix the script path for minikube installation steps
Signed-off-by: Barun Debnath <[email protected]>
1 parent 8129844 commit 9a88ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/concepts/tracing-policy/k8s-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ First, let us start minikube, build and load images, and install Tetragon and OC
5959

6060
```shell
6161
minikube start --container-runtime=containerd
62-
./contrib/tetragon-rthooks/minikube-containerd-install-hook.sh
62+
./contrib/tetragon-rthooks/scripts/minikube-install-hook.sh
6363
make image image-operator
6464
minikube image load --daemon=true cilium/tetragon:latest cilium/tetragon-operator:latest
6565
minikube ssh -- sudo mount bpffs -t bpf /sys/fs/bpf

0 commit comments

Comments
 (0)