Skip to content

Commit c42c048

Browse files
committed
Add killdev make command
1 parent 8ab6d29 commit c42c048

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ SHELL := /bin/bash
2323
devstart:
2424
@./dev/operator_local.sh || true
2525

26+
killdev:
27+
@kill $(shell pgrep -f rerun)
28+
2629
kubectl:
2730
@eksctl utils write-kubeconfig --name="cortex"
2831
@kubectl config set-context --current --namespace="cortex"

0 commit comments

Comments
 (0)