From 28706a3ff6c0a3e23ace9cc9c4796dc07b8b78ed Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <a.schlemmer@indiscale.com>
Date: Fri, 3 Jan 2025 12:06:46 +0100
Subject: [PATCH] DOC: short note about long time deployment takes

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 62aec08..4caf678 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,8 @@ terraform init
 terraform apply
 ```
 
+The deployment can take 10 minutes and more to complete.
+
 Once Terraform has completed the deployment, type `kubectl get pods` and verify the output:
 
 ```shell
-- 
GitLab