Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewShowJoinCommandPhase (0.13 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)
Back to top