Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewShowJoinCommandPhase (0.51 sec)

  1. cmd/kubeadm/app/cmd/phases/init/showjoincommand.go

    		{{end}}{{end}}Then you can join any number of worker nodes by running the following on each as root:
    
    		{{.joinWorkerCommand}}
    		`)))
    )
    
    // NewShowJoinCommandPhase creates a kubeadm workflow phase that implements showing the join command.
    func NewShowJoinCommandPhase() workflow.Phase {
    	return workflow.Phase{
    		Name:         "show-join-command",
    		Short:        "Show the join command for control-plane and worker node",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 15:35:58 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/init.go

    	initRunner.AppendPhase(phases.NewBootstrapTokenPhase())
    	initRunner.AppendPhase(phases.NewKubeletFinalizePhase())
    	initRunner.AppendPhase(phases.NewAddonPhase())
    	initRunner.AppendPhase(phases.NewShowJoinCommandPhase())
    
    	// sets the data builder function, that will be used by the runner
    	// both when running the entire workflow or single phases
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 17 03:37:05 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top