From a13352b77ac31eee47d603aa816e66c6ab53f095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Sat, 13 Apr 2024 13:20:18 +0000 Subject: [PATCH] Update Kubernetes --- Kubernetes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Kubernetes.md b/Kubernetes.md index f9515b7..87156de 100644 --- a/Kubernetes.md +++ b/Kubernetes.md @@ -29,6 +29,7 @@ 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 runing 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