multi: add stop attacker script to pull down attacking namespace

This commit is contained in:
Carla Kirk-Cohen 2024-04-05 15:19:00 -04:00
parent 6e8ebe3f24
commit 906b8ef049
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91
2 changed files with 5 additions and 0 deletions

View File

@ -127,6 +127,8 @@ repository to be in the current directory.
* Start attacking pods: [./attackathon/scripts/start_attacker.sh](./scripts/start_attacker.sh)
brings up the lightning nodes that you will use for your attack and
a bitcoin node that you can use to fund the nodes / mine blocks.
* You can use [./attackathon/scripts/stop_attacker.sh](./scripts/stop_attacker.sh)
to tear this down if you'd like to start over at any point.
## Assessment

3
scripts/stop_attacker.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
kubectl delete ns warnet-armada