Skip to content

Commit 07fd04f

Browse files
committed
docs: add helper scripts reference from modules repo
1 parent 54a8119 commit 07fd04f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ For cluster deployment, we recommend using the composable [terraform-turingpi-mo
4242
| `monitoring` | Prometheus, Grafana, Alertmanager stack |
4343
| `portainer` | Cluster management agent (CE/BE) |
4444

45+
### Helper Scripts
46+
47+
The modules repository includes helper scripts for cluster lifecycle management:
48+
49+
| Script | Description |
50+
|--------|-------------|
51+
| [`cluster-preflight.sh`](https://github.com/jfreed-dev/terraform-turingpi-modules/blob/main/scripts/cluster-preflight.sh) | Pre-deployment validation (tools, BMC, node connectivity) |
52+
| [`talos-wipe.sh`](https://github.com/jfreed-dev/terraform-turingpi-modules/blob/main/scripts/talos-wipe.sh) | Wipe Talos cluster (NVMe + eMMC) and shutdown nodes |
53+
| [`k3s-wipe.sh`](https://github.com/jfreed-dev/terraform-turingpi-modules/blob/main/scripts/k3s-wipe.sh) | Wipe K3s cluster (NVMe + eMMC) and shutdown nodes |
54+
| [`find-armbian-image.sh`](https://github.com/jfreed-dev/terraform-turingpi-modules/blob/main/scripts/find-armbian-image.sh) | Find Armbian images and generate autoconfig files |
55+
4556
> **Note:** The `turingpi_k3s_cluster` and `turingpi_talos_cluster` resources are deprecated and will be removed in v2.0.0. See the [Migration Guide](docs/MIGRATION.md) for upgrade instructions.
4657
4758
## Documentation

0 commit comments

Comments
 (0)