From 5eba8701a8800c14d499f38055776ba4d2790df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Fri, 10 May 2024 18:12:16 +0000 Subject: [PATCH] Update Kubernetes --- Kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kubernetes.md b/Kubernetes.md index 096dc7b..dcf9f15 100644 --- a/Kubernetes.md +++ b/Kubernetes.md @@ -3,11 +3,11 @@ ## Requirements ### Control plane node: - 2 cores (or more) -- 1GB of RAM (or more) +- 2GB of RAM (or more) - 16GB of disk space (or more) ### Worker node: - 1 core (or more) -- 512MB of RAM (or more) +- 1GB of RAM (or more) - 16GB of disk space (or more) # Node installation