You are viewing documentation for Cozystack v0. For the latest version, see the v1 documentation.

Troubleshooting etcd

Explains how to resolve etcd problems and errors.

How to clean up etcd state

To flush the etcd state from a node, you can use talm or talosctl with the following commands:

Replace nodeN with the name of the failed node, for instance, node0.yaml:

talm reset -f nodes/nodeN.yaml --system-labels-to-wipe=EPHEMERAL --graceful=false --reboot

talosctl reset --system-labels-to-wipe=EPHEMERAL --graceful=false --reboot
Last modified 2026-02-05: created v0 and v1 folders (3401c07)