mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-19 00:50:32 +00:00
🔧 Fix the recently added Makefile
rules
This commit is contained in:
8
Makefile
8
Makefile
@@ -124,19 +124,19 @@ exec:
|
||||
kubectl exec --stdin --tty $$(kubectl get pods | awk '$$1 ~ /^$(EXEC_POD_PREFIX)/' | awk 'END {print $$1}') -- /bin/sh
|
||||
|
||||
helm-install:
|
||||
helm install kubeshark .
|
||||
cd helm-chart && helm install kubeshark . && cd ..
|
||||
|
||||
helm-uninstall:
|
||||
helm uninstall kubeshark
|
||||
|
||||
helm-install-debug:
|
||||
helm install kubeshark . --set tap.debug=true
|
||||
cd helm-chart && helm install kubeshark . --set tap.debug=true && cd ..
|
||||
|
||||
helm-install-debug-canary:
|
||||
helm install kubeshark . --set tap.debug=true --set tap.docker.tag=canary
|
||||
cd helm-chart && helm install kubeshark . --set tap.debug=true --set tap.docker.tag=canary && cd ..
|
||||
|
||||
helm-install-debug-dev:
|
||||
helm install kubeshark . --set tap.debug=true --set tap.docker.tag=dev
|
||||
cd helm-chart && helm install kubeshark . --set tap.debug=true --set tap.docker.tag=dev && cd ..
|
||||
|
||||
proxy:
|
||||
kubeshark proxy
|
||||
|
Reference in New Issue
Block a user