etcd database backs Kubernetes control plane state, so etcd health is critical for Kubernetes availability. Space Quota etcd default database space quota is set to 2 GiB by default. If the database size exceeds the quota, etcd will stop operations until the issue is resolved. This condition can be checked with talosctl etcd alarm list command: bash $ talosctl -n <IP> etcd alarm list NODE MEMBER ALARM 172.20.0.2 a49c021e76e707db NOSPACE If the Kubernetes database contains lots of resources, sp...