mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-16 15:01:18 +01:00
Describe scaling down Talos cluster. Signed-off-by: Steve Francis <steve.francis@talos-systems.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
664 B
664 B
title, description, aliases
| title | description | aliases |
|---|---|---|
| How to scale down a Talos cluster | How to remove nodes from a Talos Linux cluster. |
To remove nodes from a Talos Linux cluster:
talosctl -n <IP.of.node.to.remove> resetkubectl delete node <nodename>
The command [talosctl reset]({{< relref "../../reference/cli/#talosctl-reset">}}) will cordon and drain the node, leaving etcd if required, and then erase its disks and power down the system.
This command will also remove the node from registration with the discovery service, so it will no longer show up in talosctl get members.
It is still necessary to remove the node from Kubernetes, as noted above.