From 134c3d83dba6ecba04f4269879e112b7d6ffee98 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 19 Aug 2020 18:01:21 +0200 Subject: [PATCH] Update DEVELOP.md --- DEVELOP.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DEVELOP.md b/DEVELOP.md index 9fdf270f..57f17080 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -31,6 +31,10 @@ Get logs for single guardian node: kubectl logs guardian-0 +Restart a specific pod: + + kubectl delete pod guardian-0 + Generate test ETH lockups once the cluster is up: kubectl exec -it -c tests eth-devnet-0 -- npx truffle exec src/send-lockups.js @@ -38,5 +42,8 @@ Generate test ETH lockups once the cluster is up: Adjust number of nodes in running cluster: tilt args -- --num=2 + +(this is only useful if you want to test scenarios where the number +of nodes diverges from the guardian set - otherwise, `tilt down` and restart the cluster) Once you're done, press Ctrl-C. Run `tilt down` to tear down the devnet.