mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-07 21:51:30 +02:00
This PR adds two additional checks which are performed during boot sequence and in `talosctl health`. They ensure that nodes have enough memory and disk. - Boot check will print a warning if memory / disk size is not sufficient. - Health check will fail if memory / disk size is not sufficient. Closes #6467 Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>