From 3d58b53ffd54d6b99c56ce271e55d5dde916758f Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Fri, 24 Jan 2025 19:03:45 +0000 Subject: [PATCH] Updated readme and config --- kairos-config.yaml | 2 +- readme.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/kairos-config.yaml b/kairos-config.yaml index ebb1f97..56400b6 100644 --- a/kairos-config.yaml +++ b/kairos-config.yaml @@ -4,7 +4,7 @@ install: poweroff: true extra-dirs-rootfs: - /data - image: "docker:gitea.home.joemonk.co.uk/joe/kairos-custom:1" + image: "docker:gitea.home.joemonk.co.uk/joe/kairos-custom:3" users: diff --git a/readme.md b/readme.md index 9e8febd..acd8488 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,18 @@ Host 192.168.1.101 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