Commit 915ae255 authored by Brad Beam's avatar Brad Beam Committed by draveness

fix: Use correct function to remove etcd member

parent 9035196e
......@@ -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,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment