From 11917173572d0879edc25e68e05e460791e5dc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Sat, 13 Apr 2024 13:22:16 +0000 Subject: [PATCH] Update Kubernetes --- Kubernetes.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Kubernetes.md b/Kubernetes.md index 0c6da9d..169efc4 100644 --- a/Kubernetes.md +++ b/Kubernetes.md @@ -2,13 +2,13 @@ ## Requirements ### Control plane node: -- 2 or more cores -- 1GB of RAM -- 16GB of disk space +- 2 cores (or more) +- 1GB of RAM (or more) +- 16GB of disk space (or more) ### Worker node: -- 1 or more cores -- 512MB of RAM -- 16GB of disk space +- 1 core (or more) +- 512MB of RAM (or more) +- 16GB of disk space (or more) # Node installation ## K3S control plane node @@ -29,7 +29,8 @@ curl -sfL https://get.k3s.io | K3S_TOKEN="" sh -s - serv curl -sfL https://get.k3s.io | K3S_TOKEN="" sh -s - agent --server https://:6443 ---disable servicelb --disable traefik ``` -Worker nodes are not specifically required if you don't want them or are running a small cluster of only 3 nodes. +*Worker nodes are not specifically required if you don't want them or are running a small cluster of only 3 nodes.* + you can check the state of the cluster by SSHing to any of the master nodes and running ``` kubectl get nodes