Files
Volodymyr Stoiko 6eea0ea327 chart: regenerate the rendered manifest
manifests/complete.yaml is generated from the chart and committed, so it went
stale when demoModeEnabled was removed: it still advertised DEMO_MODE_ENABLED
and the six keys that flag used to fan out into, and carried none of the
NETWORK_POLICIES_DISABLED gate.

Anyone reading it to find out what the chart renders was reading the previous
release.
2026-08-31 22:03:16 +03:00
..
2024-08-02 07:49:47 -07:00

Manifests

Apply

Clone the repo:

git clone git@github.com:kubeshark/kubeshark.git --depth 1
cd kubeshark/manifests

To apply the manifests, run:

kubectl apply -f .

To clean up:

kubectl delete namespace kubeshark
kubectl delete clusterrolebinding kubeshark-cluster-role-binding
kubectl delete clusterrole kubeshark-cluster-role

Accessing

Do the port forwarding:

kubectl port-forward service/kubeshark-front 8899:80

Visit localhost:8899