Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runControlPlanePrepareKubeconfigPhaseLocal (0.56 sec)

  1. cmd/kubeadm/app/cmd/phases/join/controlplaneprepare.go

    	return workflow.Phase{
    		Name:         "kubeconfig [api-server-endpoint]",
    		Short:        "Generate the kubeconfig for the new control plane components",
    		Run:          runControlPlanePrepareKubeconfigPhaseLocal, //NB. eventually in future we would like to break down this in sub phases for each kubeconfig
    		InheritFlags: getControlPlanePreparePhaseFlags("kubeconfig"),
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:46:34 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top