-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The install.md documentation is pointing to a wrong URL for the complete.yaml
.
How to reproduce:
copy text from the K8s manifest install documentation and paste it to your shell.
export TAG=v52.3.92 # as an example kubectl apply -f https://raw.githubusercontent.com/kubeshark/kubeshark/refs/$TAG/manifests/complete.yaml
Behaviour:
You get a 404 as the site doesn't exist.
error: unable to read URL "https://raw.githubusercontent.com/kubeshark/kubeshark/refs/v52.6.0/manifests/complete.yaml", server reported 404 Not Found, status code=404
Expected outcome:
The command will deploy kubeshark.
Fix:
The URL is missing /tags/
.
Please change the URL for the apply and the cleanup to
https://raw.githubusercontent.com/kubeshark/kubeshark/refs/tags/$TAG/manifests/complete.yaml
Metadata
Metadata
Assignees
Labels
No labels