Updated readme and config

This commit is contained in:
2025-01-24 19:03:45 +00:00
parent 4dfa6d7836
commit 3d58b53ffd
2 changed files with 13 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ install:
poweroff: true poweroff: true
extra-dirs-rootfs: extra-dirs-rootfs:
- /data - /data
image: "docker:gitea.home.joemonk.co.uk/joe/kairos-custom:1" image: "docker:gitea.home.joemonk.co.uk/joe/kairos-custom:3"
users: users:

View File

@@ -25,7 +25,18 @@ Host 192.168.1.101
IdentityFile ~/.ssh/kairos IdentityFile ~/.ssh/kairos
``` ```
## Adding additional ## Adding additional packages
Go to https://gitea.home.joemonk.co.uk/joe/kairos-custom and add the new packages to the dockerfile
This image will be built when pushed
Follow the steps to upgrade/reinstall with the new image in the config - or just upgrade the image as per the docs (not tested yet)
## Upgrading/reinstalling
- Update the `kairos-config.yaml` to update the image or other settings
- SSH into the server (`ssh 192.168.1.101`)
- Run `kairos-agent webui` to start the web ui
- Go to http://192.168.1.101:8080 and drop in the new config
## Kubectl ## Kubectl