Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getControlPlanePhaseFlags (0.16 sec)

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

    		Short:        controlPlanePhaseProperties[component].short,
    		Run:          runControlPlaneSubphase(component),
    		InheritFlags: getControlPlanePhaseFlags(component),
    	}
    	return phase
    }
    
    func getControlPlanePhaseFlags(name string) []string {
    	flags := []string{
    		options.CfgPath,
    		options.CertificatesDir,
    		options.KubernetesVersion,
    		options.ImageRepository,
    		options.Patches,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 17 14:40:46 UTC 2021
    - 4.6K bytes
    - Viewed (0)
Back to top