🔧 Add Makefile rules do Helm install/uninstall

This commit is contained in:
M. Mert Yildiran
2023-07-30 04:27:34 +03:00
parent 7fe9ecbca4
commit 3aed354ab8

View File

@@ -122,3 +122,21 @@ exec-front:
exec:
kubectl exec --stdin --tty $$(kubectl get pods | awk '$$1 ~ /^$(EXEC_POD_PREFIX)/' | awk 'END {print $$1}') -- /bin/sh
helm-install:
helm install kubeshark .
helm-uninstall:
helm uninstall kubeshark
helm-install-debug:
helm install kubeshark . --set tap.debug=true
helm-install-debug-canary:
helm install kubeshark . --set tap.debug=true --set tap.docker.tag=canary
helm-install-debug-dev:
helm install kubeshark . --set tap.debug=true --set tap.docker.tag=dev
proxy:
kubeshark proxy