kubeadm: remove the EXPERIMENTAL tag of the download-certs phase
The phase was tagged as EXPERIMENTAL 5+ years ago.
This commit is contained in:
		@@ -141,7 +141,7 @@ func getControlPlanePreparePhaseFlags(name string) []string {
 | 
			
		||||
func newControlPlanePrepareDownloadCertsSubphase() workflow.Phase {
 | 
			
		||||
	return workflow.Phase{
 | 
			
		||||
		Name:         "download-certs [api-server-endpoint]",
 | 
			
		||||
		Short:        fmt.Sprintf("[EXPERIMENTAL] Download certificates shared among control-plane nodes from the %s Secret", kubeadmconstants.KubeadmCertsSecret),
 | 
			
		||||
		Short:        fmt.Sprintf("Download certificates shared among control-plane nodes from the %s Secret", kubeadmconstants.KubeadmCertsSecret),
 | 
			
		||||
		Run:          runControlPlanePrepareDownloadCertsPhaseLocal,
 | 
			
		||||
		InheritFlags: getControlPlanePreparePhaseFlags("download-certs"),
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user