fix: Use correct function to remove etcd member

Signed-off-by: Brad Beam <brad.beam@talos-systems.com>
This commit is contained in:
Brad Beam 2019-06-23 22:39:34 -05:00
parent 8c3b7d7679
commit b646ac4a0e

View File

@ -36,7 +36,7 @@ func NewRemoveETCDMemberPhase() workflow.Phase {
Name: "remove-etcd-member",
Short: "Remove a local etcd member.",
Long: "Remove a local etcd member for a control plane node.",
Run: runPreflight,
Run: runRemoveETCDMemberPhase,
InheritFlags: []string{
options.KubeconfigPath,
},