You are viewing documentation for Cozystack v1, which is currently in beta. For the latest stable version, see the v0 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 (cccd68e)