🔧 Add port-forward-worker Makefile rule

This commit is contained in:
M. Mert Yildiran 2023-08-23 23:55:33 +03:00
parent 94dff24aed
commit b1feb4e33f
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -149,3 +149,6 @@ helm-uninstall:
proxy:
kubeshark proxy
port-forward-worker:
kubectl port-forward $$(kubectl get pods | awk '$$1 ~ /^$(LOGS_POD_PREFIX)/' | awk 'END {print $$1}') $(LOGS_FOLLOW) 8897:8897