From 74557eeea8bf4466e4023c501689dd4e60fffad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Thu, 13 Nov 2025 12:06:15 +0100 Subject: [PATCH] update report --- 7project/report.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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