From fc89c3d480ec63f45b6ffa2196fdcd01c5f6e1b8 Mon Sep 17 00:00:00 2001 From: Atul Singh Date: Fri, 27 Dec 2024 15:35:28 +0100 Subject: [PATCH] fix: k8s installation doc was having wrong url in install.md --- src/pages/en/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/en/install.md b/src/pages/en/install.md index 7df0988..f15408d 100644 --- a/src/pages/en/install.md +++ b/src/pages/en/install.md @@ -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. @@ -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. \ No newline at end of file +> Read more in the [Ingress](/en/ingress) section.