Unverified Commit 0908af5e authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #71061 from yagonobre/init-todo

Remove todo from init phase
parents 14f55b4e 8b110e27
......@@ -174,7 +174,6 @@ func NewCmdInit(out io.Writer) *cobra.Command {
initRunner.AppendPhase(phases.NewMarkControlPlanePhase())
initRunner.AppendPhase(phases.NewBootstrapTokenPhase())
initRunner.AppendPhase(phases.NewAddonPhase())
// TODO: add other phases to the runner.
// sets the data builder function, that will be used by the runner
// both when running the entire workflow or single phases
......
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