mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #71061 from yagonobre/init-todo
Remove todo from init phase
This commit is contained in:
commit
0908af5e09
@ -174,7 +174,6 @@ func NewCmdInit(out io.Writer) *cobra.Command {
|
|||||||
initRunner.AppendPhase(phases.NewMarkControlPlanePhase())
|
initRunner.AppendPhase(phases.NewMarkControlPlanePhase())
|
||||||
initRunner.AppendPhase(phases.NewBootstrapTokenPhase())
|
initRunner.AppendPhase(phases.NewBootstrapTokenPhase())
|
||||||
initRunner.AppendPhase(phases.NewAddonPhase())
|
initRunner.AppendPhase(phases.NewAddonPhase())
|
||||||
// TODO: add other phases to the runner.
|
|
||||||
|
|
||||||
// sets the data builder function, that will be used by the runner
|
// sets the data builder function, that will be used by the runner
|
||||||
// both when running the entire workflow or single phases
|
// both when running the entire workflow or single phases
|
||||||
|
Loading…
Reference in New Issue
Block a user