Update Kubernetes

Tomislav Kopić 2024-04-13 13:20:36 +00:00
parent a13352b77a
commit 4767bf3509

@ -29,7 +29,7 @@ curl -sfL https://get.k3s.io | K3S_TOKEN="<Rand0mlyG3n3rat3dT0ken>" sh -s - serv
curl -sfL https://get.k3s.io | K3S_TOKEN="<Rand0mlyG3n3rat3dT0ken>" sh -s - agent --server https://<ipofthemasternode>: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.
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