chore: Update README.
This commit is contained in:
parent
7b7f90ff16
commit
49637b9825
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Reference in a new issue