feat: parallelize worker rebuilds with retry and timeout
Some checks failed
Terraform Plan / Terraform Plan (push) Has been cancelled
Some checks failed
Terraform Plan / Terraform Plan (push) Has been cancelled
This commit is contained in:
@@ -105,6 +105,12 @@ $EDITOR ./scripts/inventory.env
|
||||
./scripts/rebuild-and-bootstrap.sh
|
||||
```
|
||||
|
||||
Optional tuning env vars:
|
||||
|
||||
```bash
|
||||
WORKER_PARALLELISM=2 REBUILD_TIMEOUT=45m REBUILD_RETRIES=2 ./scripts/rebuild-and-bootstrap.sh
|
||||
```
|
||||
|
||||
3. If you only want to reset Kubernetes state on existing VMs:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user