mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
Merge pull request #112946 from chendave/typo
kubeadm: fix typo for cmd reset's runner binding
This commit is contained in:
commit
99360e5dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ func newCmdReset(in io.Reader, out io.Writer, resetOptions *resetOptions) *cobra
|
|||
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
|
||||
resetRunner.BindToCommand(cmd)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue