mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-27 14:31:11 +01:00
This PR adds some simple logic to bail early in the upgrade process if there only seems to be a single etcd node present in the cluster. This allows us to keep from blowing up non-HA clusters if users issue an upgrade command. Will close #1770. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>