From 3aed354ab84e871ee265c11161952a113ba13e2f Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Sun, 30 Jul 2023 04:27:34 +0300 Subject: [PATCH] :wrench: Add `Makefile` rules do Helm install/uninstall --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Makefile b/Makefile index e267c6254..2ee3ad262 100644 --- a/Makefile +++ b/Makefile @@ -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