Skip to content

Commit

Permalink
docs: fix the script path for minikube installation steps
Browse files Browse the repository at this point in the history
Signed-off-by: Barun Debnath <[email protected]>
  • Loading branch information
d-cryptic authored and mtardy committed Jan 10, 2025
1 parent 062d061 commit 58397ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ First, let us start minikube, build and load images, and install Tetragon and OC

```shell
minikube start --container-runtime=containerd
./contrib/tetragon-rthooks/minikube-containerd-install-hook.sh
./contrib/tetragon-rthooks/scripts/minikube-install-hook.sh
make image image-operator
minikube image load --daemon=true cilium/tetragon:latest cilium/tetragon-operator:latest
minikube ssh -- sudo mount bpffs -t bpf /sys/fs/bpf
Expand Down

0 comments on commit 58397ba

Please sign in to comment.