🔧 Update port-forward-worker Makefile rule

This commit is contained in:
M. Mert Yildiran 2023-11-21 20:24:57 +03:00
parent 88f8998df3
commit ddf354f34e
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -151,7 +151,7 @@ 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
kubectl port-forward $$(kubectl get pods | awk '$$1 ~ /^$(LOGS_POD_PREFIX)/' | awk 'END {print $$1}') $(LOGS_FOLLOW) 30001:30001
release:
@cd ../worker && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags