You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously talosctl would accept multiple nodes for the bootstrap
command which is a strictly single-node operation. Talosctl will abort
the bootstrap command if more than one node is specified either as a
command-line flag or in talosconfig.
Fixessiderolabs#5636
Signed-off-by: Philipp Sauter <[email protected]>
Previously talosctl would accept multiple nodes for the bootstrap
command which is a strictly single-node operation. Talosctl will abort
the bootstrap command if more than one node is specified either as a
command-line flag or in talosconfig.
Fixessiderolabs#5636
Signed-off-by: Philipp Sauter <[email protected]>
Previously talosctl would accept multiple nodes for the bootstrap
command which is a strictly single-node operation. Talosctl will abort
the bootstrap command if more than one node is specified either as a
command-line flag or in talosconfig.
Fixessiderolabs#5636
Signed-off-by: Philipp Sauter <[email protected]>
(cherry picked from commit 7a11b4d)
Feature Request
If a user does e.g.
talosctl -n CP-IP1,CP-IP2,CP-IP3 bootstrap
, it should not allow bootstrapping more than a single node.Description
The text was updated successfully, but these errors were encountered: