[READ-ONLY] Mirror of https://github.com/maybeanerd/home-cluster. IAC for a kubernetes cluster hosted at home. status.cluster.diluz.io
hacktoberfest
1

Configure Feed

Select the types of activity you want to include in your feed.

Revert "docs: update guide on uninstall and reset information of nodes"

This reverts commit d3416504c72c08d99dfe48d64ff9d0d94a1ee54f.

Sebastian Di Luzio (Apr 22, 2025, 10:06 PM +0200) 0673b9ab e9fa14aa

+2 -2
+2 -2
local/k3s/k3s-init.md
··· 27 27 28 28 ```bash 29 29 curl -sfL https://get.k3s.io | K3S_TOKEN=SECRET sh -s - server \ 30 - --cluster-init --disable=servicelb --disable traefik --write-kubeconfig-mode 644 30 + --cluster-init --disable=servicelb --write-kubeconfig-mode 644 31 31 ``` 32 32 33 33 To reset traefik, start with `--disable traefik` and then again without it once it's entirely gone. Also do this on all other nodes ··· 36 36 37 37 ```bash 38 38 curl -sfL https://get.k3s.io | K3S_TOKEN=SECRET sh -s - server \ 39 - --server https://cube01:6443 --disable=servicelb --disable traefik --write-kubeconfig-mode 644 39 + --server https://cube01:6443 --disable=servicelb --write-kubeconfig-mode 644 40 40 ``` 41 41 42 42 ## agents: