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:
parent
661e17ace9
commit
18d6345e80
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user