Use /data, add new image

This commit is contained in:
2024-09-14 01:27:12 +01:00
parent 083e0d42bc
commit 4dfa6d7836
3 changed files with 45 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
- Burn to usb
- Boot from usb, live install and go to the config webui
- Add the public keys to the config (from ~/.ssh - `ssh-keygen -t ed25519 -C "joemonk@hotmail.co.uk"`)
- Update the image at https://gitea.home.joemonk.co.uk/joe/kairos-custom to the latest kairos image and build it
- Update the image in the kairos-config to reflect that build
- Put the kairos-config in, check the shutdown button and let it install
- Remove the usb, ssh in with using the specific private key (i.e. from ~/.ssh - `ssh -i ./kairos kairos@192.168.1.101` or add the following to ~/.ssh/config to just use `ssh 192.168.1.101`)
@@ -23,6 +25,8 @@ Host 192.168.1.101
IdentityFile ~/.ssh/kairos
```
## Adding additional
## Kubectl
SSH into the server, and grab the kubeconfig with `sudo cat /etc/rancher/k3s/k3s.yaml`.