Use /data, add new image
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user