chore: Update README.

This commit is contained in:
greysoh 2024-07-19 10:45:42 -04:00
parent 7b7f90ff16
commit 49637b9825
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -20,6 +20,8 @@ Currently, I *really* cannot recommend that you use this setup in production yet
### Kubernetes setup
1. SSH into any of the nodes. (i.e `ssh clusteradm@kitteh-node-2-k3s-server`)
2. As root, grab `/etc/rancher/k3s/k3s.yaml`, and copy it to wherever you store your k3s configurations (on macOS, this is `~/.kube/config`)
3. Go into the `kubernetes` directory, and copy `example-secrets` to `secrets` and modify these to be your credentials.
4. Run `./kubesync.py`. If you recieve MetalLB errors while this happens, `rm -rf meta`, and try again. It should work on the second attempt. If not, report this issue.
## Updating
Run `apt update` and `apt upgrade -y` for the base system. TODO for Kubernetes.
## Customization