1
0
mirror of https://github.com/kubeshark/kubeshark.git synced 2025-05-04 14:48:30 +00:00

🔧 Add logs-kmm Makefile rule

This commit is contained in:
M. Mert Yildiran 2023-08-11 00:06:17 +03:00
parent 661e17ace9
commit 18d6345e80
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -113,6 +113,9 @@ logs-front-follow:
logs:
kubectl logs $$(kubectl get pods | awk '$$1 ~ /^$(LOGS_POD_PREFIX)/' | awk 'END {print $$1}') $(LOGS_FOLLOW)
logs-kmm:
kubectl logs $$(kubectl get pods -n kmm-operator-system | awk '$$1 ~ /^kmm-operator-controller-manager-/' | awk 'END {print $$1}') -n kmm-operator-system
exec-worker:
export EXEC_POD_PREFIX=kubeshark-worker-
${MAKE} exec