diff --git a/cmd/connclose/Makefile b/cmd/connclose/Makefile index a4a54e926b..f0ecafe24b 100644 --- a/cmd/connclose/Makefile +++ b/cmd/connclose/Makefile @@ -19,9 +19,11 @@ start: down: kind delete cluster -update: image image-load +restart: kubectl rollout restart deployment bot +update: image image-load restart + allow: kubectl apply -f network.allow.yml @@ -34,4 +36,7 @@ wait: logs: kubectl logs -l app=bot +follow: + kubectl logs -f -l app=bot + up: start image image-load deploy wait