Skip to content

Wrong URL for K8s manifest within install.md #31

@forcerk

Description

@forcerk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions