Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ helm uninstall kubeshark
Each release includes a complete K8s manifest that can be customized or used as is:
```shell
export TAG=v52.3.92 # as an example
kubectl apply -f https://raw.githubusercontent.com/kubeshark/kubeshark/refs/$TAG/manifests/complete.yaml
kubectl apply -f https://raw.githubusercontent.com/kubeshark/kubeshark/refs/tags/$TAG/manifests/complete.yaml
kubectl port-forward service/kubeshark-front 8899:80

# cleanup
kubectl delete -f https://raw.githubusercontent.com/kubeshark/kubeshark/refs/$TAG/manifests/complete.yaml
kubectl delete -f https://raw.githubusercontent.com/kubeshark/kubeshark/refs/tags/$TAG/manifests/complete.yaml
```

You can choose a `tag` from: https://github.com/kubeshark/kubeshark/tags.
Expand Down Expand Up @@ -86,4 +86,4 @@ The `kubeshark proxy` command can be used, no matter how you've installed **Kube

The most recommended method to connect to the dashboard is using an Ingress Controller. It is stable, performant, and secure.

> Read more in the [Ingress](/en/ingress) section.
> Read more in the [Ingress](/en/ingress) section.