constellation/hack/fetch-broken-e2e/README.md
Fabian Kammel c35e85b22b Make E2E cleanup easier (#353)
* Make E2E cleanup easier
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
2022-08-10 10:13:18 +02:00

14 lines
329 B
Markdown

# Motivation
Sometimes E2E pipeline fails in a way that cleanup was not possible, but a state was stored. These scripts help with manual cleanup.
## Usage
```bash
# Downloads states of all recent (last 20) runs
./fetch.sh
# Find the UID of cluster in Azure/GCP you want to delete
./find.sh <UID>
# Follow the instructions
```