We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f7ae5 commit 64cca18Copy full SHA for 64cca18
cmd/kubeadm/app/cmd/init.go
@@ -172,9 +172,9 @@ func NewCmdInit(out io.Writer, initOptions *initOptions) *cobra.Command {
172
173
// initialize the workflow runner with the list of phases
174
initRunner.AppendPhase(phases.NewPreflightPhase())
175
- initRunner.AppendPhase(phases.NewKubeletStartPhase())
176
initRunner.AppendPhase(phases.NewCertsPhase())
177
initRunner.AppendPhase(phases.NewKubeConfigPhase())
+ initRunner.AppendPhase(phases.NewKubeletStartPhase())
178
initRunner.AppendPhase(phases.NewControlPlanePhase())
179
initRunner.AppendPhase(phases.NewEtcdPhase())
180
initRunner.AppendPhase(phases.NewWaitControlPlanePhase())
0 commit comments