From 8b110e27fce4f4b8d24d8abbc5e631761ad4f283 Mon Sep 17 00:00:00 2001 From: Yago Nobre Date: Thu, 15 Nov 2018 01:43:56 -0200 Subject: [PATCH] Remove todo from init phase --- cmd/kubeadm/app/cmd/init.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/init.go b/cmd/kubeadm/app/cmd/init.go index ba40ca46e6c..aa0cc9f2dcc 100644 --- a/cmd/kubeadm/app/cmd/init.go +++ b/cmd/kubeadm/app/cmd/init.go @@ -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