diff --git a/7project/report.md b/7project/report.md index 4cdd4a3..65225d0 100644 --- a/7project/report.md +++ b/7project/report.md @@ -609,7 +609,11 @@ curl -H "Authorization: Bearer $TOKEN" http://127.0.0.1:8000/authenticated-route This was caused by single SATA SSD disk running all VMs. This was solved by adding second NVMe disk just for Talos VMs. -[Describe the main challenges and how you overcame them] +#### Stucked IaC deployment + +If the deployed module (helm chart for example) was not configured properly, it would get stuck and timeout resulting in +namespace that cannot be deleted. +This was solved by using snapshots in Proxmox and restoring if this happened. ### If We Did This Again