Updated readme and config
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
13
readme.md
13
readme.md
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user