Skip to content

Commit

Permalink
Merge pull request #112946 from chendave/typo
Browse files Browse the repository at this point in the history
kubeadm: fix typo for cmd reset's runner binding
  • Loading branch information
k8s-ci-robot committed Oct 10, 2022
2 parents 689cd93 + b375109 commit 99360e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/cmd/reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 99360e5

Please sign in to comment.