mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
kubeadm: fix typo for cmd reset's runner binding
Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
parent
575031b68f
commit
b375109225
@ -212,7 +212,7 @@ func newCmdReset(in io.Reader, out io.Writer, resetOptions *resetOptions) *cobra
|
|||||||
return newResetData(cmd, resetOptions, in, out)
|
return newResetData(cmd, resetOptions, in, out)
|
||||||
})
|
})
|
||||||
|
|
||||||
// binds the Runner to kubeadm init command by altering
|
// binds the Runner to kubeadm reset command by altering
|
||||||
// command help, adding --skip-phases flag and by adding phases subcommands
|
// command help, adding --skip-phases flag and by adding phases subcommands
|
||||||
resetRunner.BindToCommand(cmd)
|
resetRunner.BindToCommand(cmd)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user