mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 15:24:58 -05:00
|
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| fetch.sh | ||
| find.sh | ||
| README.md | ||
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
# 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