856 B
856 B
Runbook: etcd / Talos control plane
Symptoms: API flaps, etcd alarms, multiple control planes NotReady, upgrades stuck.
Checks
talosctl healthandtalosctl etcd status(withTALOSCONFIG; target a control-plane node if needed).kubectl get nodes— control planes Ready; look for disk/memory pressure.- Talos version skew:
talosctl versionvs node image intalos/talconfig.yaml/ Image Factory schematic.
Common fixes
- One bad control plane: cordon/drain workloads only after confirming quorum; follow Talos maintenance docs for replace/remove.
- Disk full on etcd volume: resolve host disk / system partition (Talos ephemeral vs user volumes per machine config).
References: Talos etcd, talos/README.md.