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 {
 | 
					func newControlPlanePrepareDownloadCertsSubphase() workflow.Phase {
 | 
				
			||||||
	return workflow.Phase{
 | 
						return workflow.Phase{
 | 
				
			||||||
		Name:         "download-certs [api-server-endpoint]",
 | 
							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,
 | 
							Run:          runControlPlanePrepareDownloadCertsPhaseLocal,
 | 
				
			||||||
		InheritFlags: getControlPlanePreparePhaseFlags("download-certs"),
 | 
							InheritFlags: getControlPlanePreparePhaseFlags("download-certs"),
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user