You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPU architecture, OS, and Version:
Linux rpi400 5.14.21-150400.24.33-default #1 SMP PREEMPT_DYNAMIC Fri Nov 4 13:55:06 UTC 2022 (76cfe60) aarch64 GNU/Linux
Describe the bug
I have a headless Raspberry Pi system that is out of disk space and is unable to function in my cluster anymore. I'd like to reset it remotely and demote it to being just a worker in the hopes that that will fix my disk usage (16 GB sdcard). The reset instructions suggest running grub2-editenv /oem/grubenv set next_entry=statereset to reset the device, but there is no grubenv file anywhere on the system. Editing the cloud config in /usr/local/cloud_config/01_base.yaml doesn't seem to apply changes while it's in this state.
The text was updated successfully, but these errors were encountered:
Kairos version:
NAME="kairos-alpine-arm-rpi"
VERSION="v1.5.1-k3sv1.26.1+k3s1"
ID="kairos"
ID_LIKE="kairos-alpine-arm-rpi"
VERSION_ID="v1.5.1-k3sv1.26.1+k3s1"
PRETTY_NAME="kairos-alpine-arm-rpi v1.5.1-k3sv1.26.1+k3s1"
ANSI_COLOR="0;32"
BUG_REPORT_URL="https://github.com/kairos-io/kairos/issues/new/choose"
HOME_URL="https://github.com/kairos-io/provider-kairos"
IMAGE_REPO="quay.io/kairos/kairos-alpine-arm-rpi"
IMAGE_LABEL="latest"
GITHUB_REPO="kairos-io/provider-kairos"
VARIANT="core"
FLAVOR="opensuse-leap"
CPU architecture, OS, and Version:
Linux rpi400 5.14.21-150400.24.33-default #1 SMP PREEMPT_DYNAMIC Fri Nov 4 13:55:06 UTC 2022 (76cfe60) aarch64 GNU/Linux
Describe the bug
I have a headless Raspberry Pi system that is out of disk space and is unable to function in my cluster anymore. I'd like to reset it remotely and demote it to being just a worker in the hopes that that will fix my disk usage (16 GB sdcard). The reset instructions suggest running
grub2-editenv /oem/grubenv set next_entry=statereset
to reset the device, but there is nogrubenv
file anywhere on the system. Editing the cloud config in/usr/local/cloud_config/01_base.yaml
doesn't seem to apply changes while it's in this state.The text was updated successfully, but these errors were encountered: